Html Css Color HEX #33AACC Summer Sky

📋 copy color: '#33AACC'

red 51 ◦ green 170 ◦ blue 204

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

Shades of Summer Sky #33AACC

Tints of Summer Sky #33AACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48%

R = 12%
G = 40%
B = 48%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#33AACC (or 0x33AACC) is known color: Summer Sky. HEX triplet: 33, AA and CC. RGB value is (51,170,204). Sum of RGB (Red+Green+Blue) = 51+170+204=425 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #33AACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AACC is #CC5533. Grayscale: #8A8A8A. Windows color (decimal): -13391156 or 13412915. OLE color: 13412915.

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

Color convert

RGB 51 170 204 -
CMYK 0.75 0.17 0 0.2
HSL 193.33º 0.6% 0.5% -
HSV(B) 193.33º 0.75% 0.8% -
XYZ 26.64 33.81 62.25 -
YUV 138.3 165.08 65.74 -
System Red Green Blue C M Y K H S L
Decimal 51 170 204 0.75 0.17 0 0.2 193.33 0.6 0.5
Hex 33 AA CC 4B 11 0 14 C1 3C 32
Octal 63 252 314 113 21 0 24 301 74 62
Binary 110011 10101010 11001100 1001011 10001 0 10100 11000001 111100 110010

Color Harmonies of #33AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AACC

Black with #33AACC

Text Example


Text Example

White with #33AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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