Html Css Color HEX #42C9E8 Summer Sky

📋 copy color: '#42C9E8'

red 66 ◦ green 201 ◦ blue 232

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

Shades of Summer Sky #42C9E8

Tints of Summer Sky #42C9E8

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.28%

 BLUE value IS 232 (91.02% from 255) = 46.49%

R = 13.23%
G = 40.28%
B = 46.49%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#42C9E8 (or 0x42C9E8) is known color: Summer Sky. HEX triplet: 42, C9 and E8. RGB value is (66,201,232). Sum of RGB (Red+Green+Blue) = 66+201+232=499 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.23% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 232 - color contains mainly: blue. Hex color #42C9E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C9E8 is #BD3617. Grayscale: #A3A3A3. Windows color (decimal): -12400152 or 15255874. OLE color: 15255874.

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

Color convert

RGB 66 201 232 -
CMYK 0.72 0.13 0 0.09
HSL 191.2º 0.78% 0.58% -
HSV(B) 191.2º 0.72% 0.91% -
XYZ 37.7 48.76 83.77 -
YUV 164.17 166.27 57.98 -
System Red Green Blue C M Y K H S L
Decimal 66 201 232 0.72 0.13 0 0.09 191.2 0.78 0.58
Hex 42 C9 E8 48 D 0 9 BF 4E 3A
Octal 102 311 350 110 15 0 11 277 116 72
Binary 1000010 11001001 11101000 1001000 1101 0 1001 10111111 1001110 111010

Color Harmonies of #42C9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C9E8

Black with #42C9E8

Text Example


Text Example

White with #42C9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,201,232); }

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

background-color css

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

 a { background-color: rgb(66,201,232); }

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

border-color css

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

 span { border-color: rgb(66,201,232); }

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