Html Css Color HEX #42CFEF Summer Sky

📋 copy color: '#42CFEF'

red 66 ◦ green 207 ◦ blue 239

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

Shades of Summer Sky #42CFEF

Tints of Summer Sky #42CFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 12.89%
G = 40.43%
B = 46.68%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#42CFEF (or 0x42CFEF) is known color: Summer Sky. HEX triplet: 42, CF and EF. RGB value is (66,207,239). Sum of RGB (Red+Green+Blue) = 66+207+239=512 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.89% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #42CFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CFEF is #BD3010. Grayscale: #A8A8A8. Windows color (decimal): -12398609 or 15716162. OLE color: 15716162.

HSL color Cylindrical-coordinate representation of color #42CFEF: hue angle of 191.1º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42CFEF is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 207 239 -
CMYK 0.72 0.13 0 0.06
HSL 191.1º 0.84% 0.6% -
HSV(B) 191.1º 0.72% 0.94% -
XYZ 40.14 52.02 89.59 -
YUV 168.49 167.79 54.9 -
System Red Green Blue C M Y K H S L
Decimal 66 207 239 0.72 0.13 0 0.06 191.1 0.84 0.6
Hex 42 CF EF 48 D 0 6 BF 54 3C
Octal 102 317 357 110 15 0 6 277 124 74
Binary 1000010 11001111 11101111 1001000 1101 0 110 10111111 1010100 111100

Color Harmonies of #42CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CFEF

Black with #42CFEF

Text Example


Text Example

White with #42CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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