Html Css Color HEX #33BDCD Summer Sky

📋 copy color: '#33BDCD'

red 51 ◦ green 189 ◦ blue 205

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

Shades of Summer Sky #33BDCD

Tints of Summer Sky #33BDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 11.46%
G = 42.47%
B = 46.07%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#33BDCD (or 0x33BDCD) is known color: Summer Sky. HEX triplet: 33, BD and CD. RGB value is (51,189,205). Sum of RGB (Red+Green+Blue) = 51+189+205=445 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.46% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #33BDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BDCD is #CC4232. Grayscale: #959595. Windows color (decimal): -13386291 or 13483315. OLE color: 13483315.

HSL color Cylindrical-coordinate representation of color #33BDCD: hue angle of 186.23º degrees, saturation: 0.61, 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 #33BDCD is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 189 205 -
CMYK 0.75 0.08 0 0.20
HSL 186.23º 0.61% 0.5% -
HSV(B) 186.23º 0.75% 0.8% -
XYZ 30.58 41.51 64.16 -
YUV 149.56 159.28 57.7 -
System Red Green Blue C M Y K H S L
Decimal 51 189 205 0.75 0.08 0 0.20 186.23 0.61 0.5
Hex 33 BD CD 4B 8 0 14 BA 3D 32
Octal 63 275 315 113 10 0 24 272 75 62
Binary 110011 10111101 11001101 1001011 1000 0 10100 10111010 111101 110010

Color Harmonies of #33BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BDCD

Black with #33BDCD

Text Example


Text Example

White with #33BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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