Html Css Color HEX #33ADDB Summer Sky

📋 copy color: '#33ADDB'

red 51 ◦ green 173 ◦ blue 219

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

Shades of Summer Sky #33ADDB

Tints of Summer Sky #33ADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 11.51%
G = 39.05%
B = 49.44%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#33ADDB (or 0x33ADDB) is known color: Summer Sky. HEX triplet: 33, AD and DB. RGB value is (51,173,219). Sum of RGB (Red+Green+Blue) = 51+173+219=443 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.51% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #33ADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ADDB is #CC5224. Grayscale: #8D8D8D. Windows color (decimal): -13390373 or 14396723. OLE color: 14396723.

HSL color Cylindrical-coordinate representation of color #33ADDB: hue angle of 196.43º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33ADDB is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 173 219 -
CMYK 0.77 0.21 0 0.14
HSL 196.43º 0.7% 0.53% -
HSV(B) 196.43º 0.77% 0.86% -
XYZ 29.09 35.71 72.38 -
YUV 141.77 171.58 63.26 -
System Red Green Blue C M Y K H S L
Decimal 51 173 219 0.77 0.21 0 0.14 196.43 0.7 0.53
Hex 33 AD DB 4D 15 0 E C4 46 35
Octal 63 255 333 115 25 0 16 304 106 65
Binary 110011 10101101 11011011 1001101 10101 0 1110 11000100 1000110 110101

Color Harmonies of #33ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ADDB

Black with #33ADDB

Text Example


Text Example

White with #33ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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