Html Css Color HEX #42CCE9 Summer Sky

📋 copy color: '#42CCE9'

red 66 ◦ green 204 ◦ blue 233

#42CCE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #42CCE9

Tints of Summer Sky #42CCE9

RGB

 RED value IS 66 (26.17% from 255) = 13.12%

 GREEN value IS 204 (80.08% from 255) = 40.56%

 BLUE value IS 233 (91.41% from 255) = 46.32%

R = 13.12%
G = 40.56%
B = 46.32%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#42CCE9 (or 0x42CCE9) is known color: Summer Sky. HEX triplet: 42, CC and E9. RGB value is (66,204,233). Sum of RGB (Red+Green+Blue) = 66+204+233=503 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.12% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 233 - color contains mainly: blue. Hex color #42CCE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CCE9 is #BD3316. Grayscale: #A5A5A5. Windows color (decimal): -12399383 or 15322178. OLE color: 15322178.

HSL color Cylindrical-coordinate representation of color #42CCE9: hue angle of 190.42º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42CCE9 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 204 233 -
CMYK 0.72 0.12 0 0.09
HSL 190.42º 0.79% 0.59% -
HSV(B) 190.42º 0.72% 0.91% -
XYZ 38.55 50.23 84.75 -
YUV 166.04 165.78 56.64 -
System Red Green Blue C M Y K H S L
Decimal 66 204 233 0.72 0.12 0 0.09 190.42 0.79 0.59
Hex 42 CC E9 48 C 0 9 BE 4F 3B
Octal 102 314 351 110 14 0 11 276 117 73
Binary 1000010 11001100 11101001 1001000 1100 0 1001 10111110 1001111 111011

Color Harmonies of #42CCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CCE9

Black with #42CCE9

Text Example


Text Example

White with #42CCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,204,233); }

 H1.HeaderClassName
 {
   color: #42CCE9;
 }
 .AnyTagClassName
 {
   color: #42CCE9;
 }
</style>

background-color css

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

 a { background-color: rgb(66,204,233); }

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

border-color css

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

 span { border-color: rgb(66,204,233); }

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