Html Css Color HEX #42C5DF Summer Sky

📋 copy color: '#42C5DF'

red 66 ◦ green 197 ◦ blue 223

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

Shades of Summer Sky #42C5DF

Tints of Summer Sky #42C5DF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.53%

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 13.58%
G = 40.53%
B = 45.88%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#42C5DF (or 0x42C5DF) is known color: Summer Sky. HEX triplet: 42, C5 and DF. RGB value is (66,197,223). Sum of RGB (Red+Green+Blue) = 66+197+223=486 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.58% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #42C5DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C5DF is #BD3A20. Grayscale: #A0A0A0. Windows color (decimal): -12401185 or 14665026. OLE color: 14665026.

HSL color Cylindrical-coordinate representation of color #42C5DF: hue angle of 189.94º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42C5DF is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 197 223 -
CMYK 0.70 0.12 0 0.13
HSL 189.94º 0.71% 0.57% -
HSV(B) 189.94º 0.7% 0.87% -
XYZ 35.53 46.42 76.9 -
YUV 160.8 163.1 60.39 -
System Red Green Blue C M Y K H S L
Decimal 66 197 223 0.70 0.12 0 0.13 189.94 0.71 0.57
Hex 42 C5 DF 46 C 0 D BE 47 39
Octal 102 305 337 106 14 0 15 276 107 71
Binary 1000010 11000101 11011111 1000110 1100 0 1101 10111110 1000111 111001

Color Harmonies of #42C5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C5DF

Black with #42C5DF

Text Example


Text Example

White with #42C5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,197,223); }

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

background-color css

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

 a { background-color: rgb(66,197,223); }

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

border-color css

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

 span { border-color: rgb(66,197,223); }

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