Html Css Color HEX #33BDD9 Summer Sky

📋 copy color: '#33BDD9'

red 51 ◦ green 189 ◦ blue 217

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

Shades of Summer Sky #33BDD9

Tints of Summer Sky #33BDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.48%

R = 11.16%
G = 41.36%
B = 47.48%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#33BDD9 (or 0x33BDD9) is known color: Summer Sky. HEX triplet: 33, BD and D9. RGB value is (51,189,217). Sum of RGB (Red+Green+Blue) = 51+189+217=457 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.16% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 217 (85.16% from 255 or 47.48% from 457); Max value from RGB is 217 - color contains mainly: blue. Hex color #33BDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BDD9 is #CC4226. Grayscale: #969696. Windows color (decimal): -13386279 or 14269747. OLE color: 14269747.

HSL color Cylindrical-coordinate representation of color #33BDD9: hue angle of 190.12º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33BDD9 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 189 217 -
CMYK 0.76 0.13 0 0.15
HSL 190.12º 0.69% 0.53% -
HSV(B) 190.12º 0.76% 0.85% -
XYZ 32.09 42.11 72.08 -
YUV 150.93 165.28 56.72 -
System Red Green Blue C M Y K H S L
Decimal 51 189 217 0.76 0.13 0 0.15 190.12 0.69 0.53
Hex 33 BD D9 4C D 0 F BE 45 35
Octal 63 275 331 114 15 0 17 276 105 65
Binary 110011 10111101 11011001 1001100 1101 0 1111 10111110 1000101 110101

Color Harmonies of #33BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BDD9

Black with #33BDD9

Text Example


Text Example

White with #33BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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