Html Css Color HEX #33AACA Summer Sky

📋 copy color: '#33AACA'

red 51 ◦ green 170 ◦ blue 202

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

Shades of Summer Sky #33AACA

Tints of Summer Sky #33AACA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.19%

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 12.06%
G = 40.19%
B = 47.75%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#33AACA (or 0x33AACA) is known color: Summer Sky. HEX triplet: 33, AA and CA. RGB value is (51,170,202). Sum of RGB (Red+Green+Blue) = 51+170+202=423 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.06% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #33AACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AACA is #CC5535. Grayscale: #898989. Windows color (decimal): -13391158 or 13281843. OLE color: 13281843.

HSL color Cylindrical-coordinate representation of color #33AACA: hue angle of 192.72º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33AACA is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 51 170 202 -
CMYK 0.75 0.16 0 0.21
HSL 192.72º 0.6% 0.5% -
HSV(B) 192.72º 0.75% 0.79% -
XYZ 26.4 33.72 60.99 -
YUV 138.07 164.08 65.9 -
System Red Green Blue C M Y K H S L
Decimal 51 170 202 0.75 0.16 0 0.21 192.72 0.6 0.5
Hex 33 AA CA 4B 10 0 15 C1 3C 32
Octal 63 252 312 113 20 0 25 301 74 62
Binary 110011 10101010 11001010 1001011 10000 0 10101 11000001 111100 110010

Color Harmonies of #33AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AACA

Black with #33AACA

Text Example


Text Example

White with #33AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,170,202); }

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

background-color css

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

 a { background-color: rgb(51,170,202); }

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

border-color css

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

 span { border-color: rgb(51,170,202); }

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