Html Css Color HEX #33ADCC Summer Sky

📋 copy color: '#33ADCC'

red 51 ◦ green 173 ◦ blue 204

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

Shades of Summer Sky #33ADCC

Tints of Summer Sky #33ADCC

RGB

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

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

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

R = 11.92%
G = 40.42%
B = 47.66%

CMYK

 C value IS 0.75

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#33ADCC (or 0x33ADCC) is known color: Summer Sky. HEX triplet: 33, AD and CC. RGB value is (51,173,204). Sum of RGB (Red+Green+Blue) = 51+173+204=428 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.92% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #33ADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ADCC is #CC5233. Grayscale: #8B8B8B. Windows color (decimal): -13390388 or 13413683. OLE color: 13413683.

HSL color Cylindrical-coordinate representation of color #33ADCC: hue angle of 192.16º 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 #33ADCC is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 173 204 -
CMYK 0.75 0.15 0 0.2
HSL 192.16º 0.6% 0.5% -
HSV(B) 192.16º 0.75% 0.8% -
XYZ 27.21 34.95 62.44 -
YUV 140.06 164.08 64.48 -
System Red Green Blue C M Y K H S L
Decimal 51 173 204 0.75 0.15 0 0.2 192.16 0.6 0.5
Hex 33 AD CC 4B F 0 14 C0 3C 32
Octal 63 255 314 113 17 0 24 300 74 62
Binary 110011 10101101 11001100 1001011 1111 0 10100 11000000 111100 110010

Color Harmonies of #33ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ADCC

Black with #33ADCC

Text Example


Text Example

White with #33ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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