#42AFD5

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

Shades of Summer Sky #42AFD5

Tints of Summer Sky #42AFD5

Color information

#42AFD5 (or 0x42AFD5) is unknown color: approx Summer Sky. HEX triplet: 42, AF and D5. RGB value is (66,175,213). Sum of RGB (Red+Green+Blue) = 66+175+213=454 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.54% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #42AFD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AFD5 is #BD502A. Grayscale: #929292. Windows color (decimal): -12406827 or 14004034. OLE color: 14004034.

HSL color Cylindrical-coordinate representation of color #42AFD5: hue angle of 195.51º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42AFD5 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB66175213-
CMYK0.690.1800.16
HSL195.51º63.64%54.71%-
HSV(B)195.51º69.01%83.53%-
XYZ29.5936.6268.46-
YUV146.74165.3970.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.54%
GREEN value IS 175 (68.75% from 255) = 38.55%
BLUE value IS 213 (83.59% from 255) = 46.92%
R=14.54%
G=38.55%
B=46.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal661752130.690.1800.16195.5163.6454.71
Hex42AFD54512010c44037
Octal1022573251052202030410067
Binary10000101010111111010101100010110010010000110001001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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