Html Css Color HEX #42ACE2 Summer Sky

📋 copy color: '#42ACE2'

red 66 ◦ green 172 ◦ blue 226

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

Shades of Summer Sky #42ACE2

Tints of Summer Sky #42ACE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 48.71%

R = 14.22%
G = 37.07%
B = 48.71%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#42ACE2 (or 0x42ACE2) is known color: Summer Sky. HEX triplet: 42, AC and E2. RGB value is (66,172,226). Sum of RGB (Red+Green+Blue) = 66+172+226=464 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.22% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 226 (88.67% from 255 or 48.71% from 464); Max value from RGB is 226 - color contains mainly: blue. Hex color #42ACE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ACE2 is #BD531D. Grayscale: #929292. Windows color (decimal): -12407582 or 14855234. OLE color: 14855234.

HSL color Cylindrical-coordinate representation of color #42ACE2: hue angle of 200.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42ACE2 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 172 226 -
CMYK 0.71 0.24 0 0.11
HSL 200.25º 0.73% 0.57% -
HSV(B) 200.25º 0.71% 0.89% -
XYZ 30.73 36.15 77.31 -
YUV 146.46 172.88 70.61 -
System Red Green Blue C M Y K H S L
Decimal 66 172 226 0.71 0.24 0 0.11 200.25 0.73 0.57
Hex 42 AC E2 47 18 0 B C8 49 39
Octal 102 254 342 107 30 0 13 310 111 71
Binary 1000010 10101100 11100010 1000111 11000 0 1011 11001000 1001001 111001

Color Harmonies of #42ACE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ACE2

Black with #42ACE2

Text Example


Text Example

White with #42ACE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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