Html Css Color HEX #42CAFE Summer Sky

📋 copy color: '#42CAFE'

red 66 ◦ green 202 ◦ blue 254

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

Shades of Summer Sky #42CAFE

Tints of Summer Sky #42CAFE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.7%

 BLUE value IS 254 (99.61% from 255) = 48.66%

R = 12.64%
G = 38.7%
B = 48.66%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#42CAFE (or 0x42CAFE) is known color: Summer Sky. HEX triplet: 42, CA and FE. RGB value is (66,202,254). Sum of RGB (Red+Green+Blue) = 66+202+254=522 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.64% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #42CAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CAFE is #BD3501. Grayscale: #A6A6A6. Windows color (decimal): -12399874 or 16697922. OLE color: 16697922.

HSL color Cylindrical-coordinate representation of color #42CAFE: hue angle of 196.6º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42CAFE is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 66 202 254 -
CMYK 0.74 0.20 0 0.00
HSL 196.6º 0.99% 0.63% -
HSV(B) 196.6º 0.74% 1% -
XYZ 41.26 50.56 101.35 -
YUV 167.26 176.94 55.77 -
System Red Green Blue C M Y K H S L
Decimal 66 202 254 0.74 0.20 0 0.00 196.6 0.99 0.63
Hex 42 CA FE 4A 14 0 0 C5 63 3F
Octal 102 312 376 112 24 0 0 305 143 77
Binary 1000010 11001010 11111110 1001010 10100 0 0 11000101 1100011 111111

Color Harmonies of #42CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CAFE

Black with #42CAFE

Text Example


Text Example

White with #42CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,202,254); }

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

background-color css

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

 a { background-color: rgb(66,202,254); }

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

border-color css

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

 span { border-color: rgb(66,202,254); }

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