Html Css Color HEX #33ACDD Summer Sky

📋 copy color: '#33ACDD'

red 51 ◦ green 172 ◦ blue 221

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

Shades of Summer Sky #33ACDD

Tints of Summer Sky #33ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.74%

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

R = 11.49%
G = 38.74%
B = 49.77%

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

#33ACDD (or 0x33ACDD) is known color: Summer Sky. HEX triplet: 33, AC and DD. RGB value is (51,172,221). Sum of RGB (Red+Green+Blue) = 51+172+221=444 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.49% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #33ACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ACDD is #CC5322. Grayscale: #8D8D8D. Windows color (decimal): -13390627 or 14527539. OLE color: 14527539.

HSL color Cylindrical-coordinate representation of color #33ACDD: hue angle of 197.29º 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 #33ACDD is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 172 221 -
CMYK 0.77 0.22 0 0.13
HSL 197.29º 0.71% 0.53% -
HSV(B) 197.29º 0.77% 0.87% -
XYZ 29.17 35.43 73.71 -
YUV 141.41 172.91 63.52 -
System Red Green Blue C M Y K H S L
Decimal 51 172 221 0.77 0.22 0 0.13 197.29 0.71 0.53
Hex 33 AC DD 4D 16 0 D C5 47 35
Octal 63 254 335 115 26 0 15 305 107 65
Binary 110011 10101100 11011101 1001101 10110 0 1101 11000101 1000111 110101

Color Harmonies of #33ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ACDD

Black with #33ACDD

Text Example


Text Example

White with #33ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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