Html Css Color HEX #42AFFC Summer Sky

📋 copy color: '#42AFFC'

red 66 ◦ green 175 ◦ blue 252

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

Shades of Summer Sky #42AFFC

Tints of Summer Sky #42AFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.5%

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

R = 13.39%
G = 35.5%
B = 51.12%

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

#42AFFC (or 0x42AFFC) is known color: Summer Sky. HEX triplet: 42, AF and FC. RGB value is (66,175,252). Sum of RGB (Red+Green+Blue) = 66+175+252=493 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.39% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #42AFFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AFFC is #BD5003. Grayscale: #969696. Windows color (decimal): -12406788 or 16559938. OLE color: 16559938.

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

Color convert

RGB 66 175 252 -
CMYK 0.74 0.31 0 0.01
HSL 204.84º 0.97% 0.62% -
HSV(B) 204.84º 0.74% 0.99% -
XYZ 35.15 38.85 97.74 -
YUV 151.19 184.89 67.24 -
System Red Green Blue C M Y K H S L
Decimal 66 175 252 0.74 0.31 0 0.01 204.84 0.97 0.62
Hex 42 AF FC 4A 1F 0 1 CD 61 3E
Octal 102 257 374 112 37 0 1 315 141 76
Binary 1000010 10101111 11111100 1001010 11111 0 1 11001101 1100001 111110

Color Harmonies of #42AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AFFC

Black with #42AFFC

Text Example


Text Example

White with #42AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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