Html Css Color HEX #42D1EF Summer Sky

📋 copy color: '#42D1EF'

red 66 ◦ green 209 ◦ blue 239

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

Shades of Summer Sky #42D1EF

Tints of Summer Sky #42D1EF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.66%

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

R = 12.84%
G = 40.66%
B = 46.5%

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

#42D1EF (or 0x42D1EF) is known color: Summer Sky. HEX triplet: 42, D1 and EF. RGB value is (66,209,239). Sum of RGB (Red+Green+Blue) = 66+209+239=514 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.84% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #42D1EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D1EF is #BD2E10. Grayscale: #A9A9A9. Windows color (decimal): -12398097 or 15716674. OLE color: 15716674.

HSL color Cylindrical-coordinate representation of color #42D1EF: hue angle of 190.4º 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 #42D1EF is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 209 239 -
CMYK 0.72 0.13 0 0.06
HSL 190.4º 0.84% 0.6% -
HSV(B) 190.4º 0.72% 0.94% -
XYZ 40.63 52.99 89.75 -
YUV 169.66 167.12 54.06 -
System Red Green Blue C M Y K H S L
Decimal 66 209 239 0.72 0.13 0 0.06 190.4 0.84 0.6
Hex 42 D1 EF 48 D 0 6 BE 54 3C
Octal 102 321 357 110 15 0 6 276 124 74
Binary 1000010 11010001 11101111 1001000 1101 0 110 10111110 1010100 111100

Color Harmonies of #42D1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D1EF

Black with #42D1EF

Text Example


Text Example

White with #42D1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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