#42AFE3

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

Shades of Summer Sky #42AFE3

Tints of Summer Sky #42AFE3

Color information

#42AFE3 (or 0x42AFE3) is unknown color: approx Summer Sky. HEX triplet: 42, AF and E3. RGB value is (66,175,227). Sum of RGB (Red+Green+Blue) = 66+175+227=468 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.10% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 227 (89.06% from 255 or 48.50% from 468); Max value from RGB is 227 - color contains mainly: blue. Hex color #42AFE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AFE3 is #BD501C. Grayscale: #949494. Windows color (decimal): -12406813 or 14921538. OLE color: 14921538.

HSL color Cylindrical-coordinate representation of color #42AFE3: hue angle of 199.38º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42AFE3 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB66175227-
CMYK0.710.2300.11
HSL199.38º74.19%57.45%-
HSV(B)199.38º70.93%89.02%-
XYZ31.4437.3678.23-
YUV148.34172.3969.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.10%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 227 (89.06% from 255) = 48.50%
R=14.10%
G=37.39%
B=48.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal661752270.710.2300.11199.3874.1957.45
Hex42AFE347170Bc74a39
Octal1022573431072701330711271
Binary1000010101011111110001110001111011101011110001111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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