Html Css Color HEX #33BDDC Summer Sky

📋 copy color: '#33BDDC'

red 51 ◦ green 189 ◦ blue 220

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

Shades of Summer Sky #33BDDC

Tints of Summer Sky #33BDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.09%

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

R = 11.09%
G = 41.09%
B = 47.83%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#33BDDC (or 0x33BDDC) is known color: Summer Sky. HEX triplet: 33, BD and DC. RGB value is (51,189,220). Sum of RGB (Red+Green+Blue) = 51+189+220=460 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.09% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #33BDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BDDC is #CC4223. Grayscale: #979797. Windows color (decimal): -13386276 or 14466355. OLE color: 14466355.

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

Color convert

RGB 51 189 220 -
CMYK 0.77 0.14 0 0.14
HSL 191.01º 0.71% 0.53% -
HSV(B) 191.01º 0.77% 0.86% -
XYZ 32.48 42.27 74.16 -
YUV 151.27 166.78 56.48 -
System Red Green Blue C M Y K H S L
Decimal 51 189 220 0.77 0.14 0 0.14 191.01 0.71 0.53
Hex 33 BD DC 4D E 0 E BF 47 35
Octal 63 275 334 115 16 0 16 277 107 65
Binary 110011 10111101 11011100 1001101 1110 0 1110 10111111 1000111 110101

Color Harmonies of #33BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BDDC

Black with #33BDDC

Text Example


Text Example

White with #33BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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