Html Css Color HEX #33C5DC Summer Sky

📋 copy color: '#33C5DC'

red 51 ◦ green 197 ◦ blue 220

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

Shades of Summer Sky #33C5DC

Tints of Summer Sky #33C5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.09%

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 10.9%
G = 42.09%
B = 47.01%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#33C5DC (or 0x33C5DC) is known color: Summer Sky. HEX triplet: 33, C5 and DC. RGB value is (51,197,220). Sum of RGB (Red+Green+Blue) = 51+197+220=468 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.90% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #33C5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C5DC is #CC3A23. Grayscale: #9B9B9B. Windows color (decimal): -13384228 or 14468403. OLE color: 14468403.

HSL color Cylindrical-coordinate representation of color #33C5DC: hue angle of 188.17º degrees, saturation: 0.71, 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 #33C5DC is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 197 220 -
CMYK 0.77 0.10 0 0.14
HSL 188.17º 0.71% 0.53% -
HSV(B) 188.17º 0.77% 0.86% -
XYZ 34.25 45.8 74.75 -
YUV 155.97 164.13 53.13 -
System Red Green Blue C M Y K H S L
Decimal 51 197 220 0.77 0.10 0 0.14 188.17 0.71 0.53
Hex 33 C5 DC 4D A 0 E BC 47 35
Octal 63 305 334 115 12 0 16 274 107 65
Binary 110011 11000101 11011100 1001101 1010 0 1110 10111100 1000111 110101

Color Harmonies of #33C5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C5DC

Black with #33C5DC

Text Example


Text Example

White with #33C5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,197,220); }

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

background-color css

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

 a { background-color: rgb(51,197,220); }

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

border-color css

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

 span { border-color: rgb(51,197,220); }

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