Html Css Color HEX #33ACC8 Summer Sky

📋 copy color: '#33ACC8'

red 51 ◦ green 172 ◦ blue 200

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

Shades of Summer Sky #33ACC8

Tints of Summer Sky #33ACC8

RGB

 RED value IS 51 (20.31% from 255) = 12.06%

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

 BLUE value IS 200 (78.52% from 255) = 47.28%

R = 12.06%
G = 40.66%
B = 47.28%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#33ACC8 (or 0x33ACC8) is known color: Summer Sky. HEX triplet: 33, AC and C8. RGB value is (51,172,200). Sum of RGB (Red+Green+Blue) = 51+172+200=423 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.06% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 200 - color contains mainly: blue. Hex color #33ACC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ACC8 is #CC5337. Grayscale: #8A8A8A. Windows color (decimal): -13390648 or 13151283. OLE color: 13151283.

HSL color Cylindrical-coordinate representation of color #33ACC8: hue angle of 191.28º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33ACC8 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 51 172 200 -
CMYK 0.74 0.14 0 0.22
HSL 191.28º 0.59% 0.49% -
HSV(B) 191.28º 0.75% 0.78% -
XYZ 26.54 34.38 59.88 -
YUV 139.01 162.41 65.22 -
System Red Green Blue C M Y K H S L
Decimal 51 172 200 0.74 0.14 0 0.22 191.28 0.59 0.49
Hex 33 AC C8 4A E 0 16 BF 3B 31
Octal 63 254 310 112 16 0 26 277 73 61
Binary 110011 10101100 11001000 1001010 1110 0 10110 10111111 111011 110001

Color Harmonies of #33ACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ACC8

Black with #33ACC8

Text Example


Text Example

White with #33ACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33ACC8; }

 p { color: rgb(51,172,200); }

 H1.HeaderClassName
 {
   color: #33ACC8;
 }
 .AnyTagClassName
 {
   color: #33ACC8;
 }
</style>

background-color css

<style>
 a { background-color: #33ACC8; }

 a { background-color: rgb(51,172,200); }

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

border-color css

<style>
 span { border-color: #33ACC8; }

 span { border-color: rgb(51,172,200); }

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