#42afed

Color #42AFED Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #42AFED

Tints of Summer Sky #42AFED

Color information

#42AFED (or 0x42AFED) is unknown color: approx Summer Sky. HEX triplet: 42, AF and ED. RGB value is (66,175,237). Sum of RGB (Red+Green+Blue) = 66+175+237=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #42AFED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AFED is #BD5012. Grayscale: #959595. Windows color (decimal): -12406803 or 15576898. OLE color: 15576898.

HSL color Cylindrical-coordinate representation of color #42AFED: hue angle of 201.75º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42AFED is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB66175237-
CMYK0.720.2600.07
HSL201.75º82.61%59.41%-
HSV(B)201.75º72.15%92.94%-
XYZ32.8637.9385.71-
YUV149.48177.3968.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 13.81%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 237 (92.97% from 255) = 49.58%
R=13.81%
G=36.61%
B=49.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal661752370.720.2600.07201.7582.6159.41
Hex42AFED481A07ca533b
Octal102257355110320731212373
Binary100001010101111111011011001000110100111110010101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42afed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42afed; }

 p { color: rgb(66,175,237); }

 H1.HeaderClassName
 {
   color: #42afed;
 }
 .AnyTagClassName
 {
   color: #42afed;
 }
</style>
background-color css

<style>
 a { background-color: #42afed; }

 a { background-color: rgb(66,175,237); }

 div.DivClassName
 {
   background-color: #42afed;
 }
 .BgClassName
 {
   background-color: #42afed;
 }
</style>
border-color css

<style>
 span { border-color: #42afed; }

 span { border-color: rgb(66,175,237); }

 td.TdClassName
 {
   border-color: #42afed;
 }
 .TagClassName
 {
   border-color: #42afed;
 }
</style>