Html Css Color HEX #42ACF0 Summer Sky

📋 copy color: '#42ACF0'

red 66 ◦ green 172 ◦ blue 240

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

Shades of Summer Sky #42ACF0

Tints of Summer Sky #42ACF0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.98%

 BLUE value IS 240 (94.14% from 255) = 50.21%

R = 13.81%
G = 35.98%
B = 50.21%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#42ACF0 (or 0x42ACF0) is known color: Summer Sky. HEX triplet: 42, AC and F0. RGB value is (66,172,240). Sum of RGB (Red+Green+Blue) = 66+172+240=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #42ACF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ACF0 is #BD530F. Grayscale: #939393. Windows color (decimal): -12407568 or 15772738. OLE color: 15772738.

HSL color Cylindrical-coordinate representation of color #42ACF0: hue angle of 203.45º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42ACF0 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 172 240 -
CMYK 0.72 0.28 0 0.06
HSL 203.45º 0.85% 0.6% -
HSV(B) 203.45º 0.73% 0.94% -
XYZ 32.73 36.95 87.85 -
YUV 148.06 179.88 69.47 -
System Red Green Blue C M Y K H S L
Decimal 66 172 240 0.72 0.28 0 0.06 203.45 0.85 0.6
Hex 42 AC F0 48 1C 0 6 CB 55 3C
Octal 102 254 360 110 34 0 6 313 125 74
Binary 1000010 10101100 11110000 1001000 11100 0 110 11001011 1010101 111100

Color Harmonies of #42ACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ACF0

Black with #42ACF0

Text Example


Text Example

White with #42ACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,172,240); }

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

background-color css

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

 a { background-color: rgb(66,172,240); }

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

border-color css

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

 span { border-color: rgb(66,172,240); }

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