#42D1FF

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

Shades of Summer Sky #42D1FF

Tints of Summer Sky #42D1FF

Color information

#42D1FF (or 0x42D1FF) is unknown color: approx Summer Sky. HEX triplet: 42, D1 and FF. RGB value is (66,209,255). Sum of RGB (Red+Green+Blue) = 66+209+255=530 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.45% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #42D1FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D1FF is #BD2E00. Grayscale: #ABABAB. Windows color (decimal): -12398081 or 16765250. OLE color: 16765250.

HSL color Cylindrical-coordinate representation of color #42D1FF: hue angle of 194.6º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42D1FF is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB66209255-
CMYK0.740.1800
HSL194.6º100%62.94%-
HSV(B)194.6º74.12%100%-
XYZ43.153.98102.76-
YUV171.49175.1252.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.45%
GREEN value IS 209 (82.03% from 255) = 39.43%
BLUE value IS 255 (100% from 255) = 48.11%
R=12.45%
G=39.43%
B=48.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal662092550.740.1800194.610062.94
Hex42D1FF4A1200c3643f
Octal102321377112220030314477
Binary1000010110100011111111110010101001000110000111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,209,255); }

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

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

 a { background-color: rgb(66,209,255); }

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

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

 span { border-color: rgb(66,209,255); }

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