Html Css Color HEX #42C9FC Summer Sky

📋 copy color: '#42C9FC'

red 66 ◦ green 201 ◦ blue 252

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

Shades of Summer Sky #42C9FC

Tints of Summer Sky #42C9FC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.73%

 BLUE value IS 252 (98.83% from 255) = 48.55%

R = 12.72%
G = 38.73%
B = 48.55%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42C9FC (or 0x42C9FC) is known color: Summer Sky. HEX triplet: 42, C9 and FC. RGB value is (66,201,252). Sum of RGB (Red+Green+Blue) = 66+201+252=519 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.72% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #42C9FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C9FC is #BD3603. Grayscale: #A6A6A6. Windows color (decimal): -12400132 or 16566594. OLE color: 16566594.

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

Color convert

RGB 66 201 252 -
CMYK 0.74 0.20 0 0.01
HSL 196.45º 0.97% 0.62% -
HSV(B) 196.45º 0.74% 0.99% -
XYZ 40.7 49.96 99.59 -
YUV 166.45 176.27 56.35 -
System Red Green Blue C M Y K H S L
Decimal 66 201 252 0.74 0.20 0 0.01 196.45 0.97 0.62
Hex 42 C9 FC 4A 14 0 1 C4 61 3E
Octal 102 311 374 112 24 0 1 304 141 76
Binary 1000010 11001001 11111100 1001010 10100 0 1 11000100 1100001 111110

Color Harmonies of #42C9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C9FC

Black with #42C9FC

Text Example


Text Example

White with #42C9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,201,252); }

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

background-color css

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

 a { background-color: rgb(66,201,252); }

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

border-color css

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

 span { border-color: rgb(66,201,252); }

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