Html Css Color HEX #33ADDD Summer Sky

📋 copy color: '#33ADDD'

red 51 ◦ green 173 ◦ blue 221

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

Shades of Summer Sky #33ADDD

Tints of Summer Sky #33ADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.88%

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 11.46%
G = 38.88%
B = 49.66%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#33ADDD (or 0x33ADDD) is known color: Summer Sky. HEX triplet: 33, AD and DD. RGB value is (51,173,221). Sum of RGB (Red+Green+Blue) = 51+173+221=445 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.46% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #33ADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ADDD is #CC5222. Grayscale: #8D8D8D. Windows color (decimal): -13390371 or 14527795. OLE color: 14527795.

HSL color Cylindrical-coordinate representation of color #33ADDD: hue angle of 196.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33ADDD is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 173 221 -
CMYK 0.77 0.22 0 0.13
HSL 196.94º 0.71% 0.53% -
HSV(B) 196.94º 0.77% 0.87% -
XYZ 29.36 35.81 73.77 -
YUV 141.99 172.58 63.1 -
System Red Green Blue C M Y K H S L
Decimal 51 173 221 0.77 0.22 0 0.13 196.94 0.71 0.53
Hex 33 AD DD 4D 16 0 D C5 47 35
Octal 63 255 335 115 26 0 15 305 107 65
Binary 110011 10101101 11011101 1001101 10110 0 1101 11000101 1000111 110101

Color Harmonies of #33ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ADDD

Black with #33ADDD

Text Example


Text Example

White with #33ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,173,221); }

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

background-color css

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

 a { background-color: rgb(51,173,221); }

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

border-color css

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

 span { border-color: rgb(51,173,221); }

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