Html Css Color HEX #42ADFC Summer Sky

📋 copy color: '#42ADFC'

red 66 ◦ green 173 ◦ blue 252

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

Shades of Summer Sky #42ADFC

Tints of Summer Sky #42ADFC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.23%

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

R = 13.44%
G = 35.23%
B = 51.32%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42ADFC (or 0x42ADFC) is known color: Summer Sky. HEX triplet: 42, AD and FC. RGB value is (66,173,252). Sum of RGB (Red+Green+Blue) = 66+173+252=491 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.44% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #42ADFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ADFC is #BD5203. Grayscale: #959595. Windows color (decimal): -12407300 or 16559426. OLE color: 16559426.

HSL color Cylindrical-coordinate representation of color #42ADFC: hue angle of 205.48º 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 #42ADFC is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 173 252 -
CMYK 0.74 0.31 0 0.01
HSL 205.48º 0.97% 0.62% -
HSV(B) 205.48º 0.74% 0.99% -
XYZ 34.76 38.07 97.61 -
YUV 150.01 185.55 68.08 -
System Red Green Blue C M Y K H S L
Decimal 66 173 252 0.74 0.31 0 0.01 205.48 0.97 0.62
Hex 42 AD FC 4A 1F 0 1 CD 61 3E
Octal 102 255 374 112 37 0 1 315 141 76
Binary 1000010 10101101 11111100 1001010 11111 0 1 11001101 1100001 111110

Color Harmonies of #42ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ADFC

Black with #42ADFC

Text Example


Text Example

White with #42ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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