Html Css Color HEX #42CFEC Summer Sky

📋 copy color: '#42CFEC'

red 66 ◦ green 207 ◦ blue 236

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

Shades of Summer Sky #42CFEC

Tints of Summer Sky #42CFEC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.67%

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 12.97%
G = 40.67%
B = 46.37%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#42CFEC (or 0x42CFEC) is known color: Summer Sky. HEX triplet: 42, CF and EC. RGB value is (66,207,236). Sum of RGB (Red+Green+Blue) = 66+207+236=509 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.97% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #42CFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CFEC is #BD3013. Grayscale: #A7A7A7. Windows color (decimal): -12398612 or 15519554. OLE color: 15519554.

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

Color convert

RGB 66 207 236 -
CMYK 0.72 0.12 0 0.07
HSL 190.24º 0.82% 0.59% -
HSV(B) 190.24º 0.72% 0.93% -
XYZ 39.7 51.84 87.27 -
YUV 168.15 166.29 55.14 -
System Red Green Blue C M Y K H S L
Decimal 66 207 236 0.72 0.12 0 0.07 190.24 0.82 0.59
Hex 42 CF EC 48 C 0 7 BE 52 3B
Octal 102 317 354 110 14 0 7 276 122 73
Binary 1000010 11001111 11101100 1001000 1100 0 111 10111110 1010010 111011

Color Harmonies of #42CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CFEC

Black with #42CFEC

Text Example


Text Example

White with #42CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,207,236); }

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

background-color css

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

 a { background-color: rgb(66,207,236); }

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

border-color css

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

 span { border-color: rgb(66,207,236); }

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