Html Css Color HEX #33BDE5 Summer Sky

📋 copy color: '#33BDE5'

red 51 ◦ green 189 ◦ blue 229

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

Shades of Summer Sky #33BDE5

Tints of Summer Sky #33BDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.83%

R = 10.87%
G = 40.3%
B = 48.83%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#33BDE5 (or 0x33BDE5) is known color: Summer Sky. HEX triplet: 33, BD and E5. RGB value is (51,189,229). Sum of RGB (Red+Green+Blue) = 51+189+229=469 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.87% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #33BDE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BDE5 is #CC421A. Grayscale: #989898. Windows color (decimal): -13386267 or 15056179. OLE color: 15056179.

HSL color Cylindrical-coordinate representation of color #33BDE5: hue angle of 193.48º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33BDE5 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 51 189 229 -
CMYK 0.78 0.17 0 0.10
HSL 193.48º 0.77% 0.55% -
HSV(B) 193.48º 0.78% 0.9% -
XYZ 33.71 42.76 80.61 -
YUV 152.3 171.28 55.75 -
System Red Green Blue C M Y K H S L
Decimal 51 189 229 0.78 0.17 0 0.10 193.48 0.77 0.55
Hex 33 BD E5 4E 11 0 A C1 4D 37
Octal 63 275 345 116 21 0 12 301 115 67
Binary 110011 10111101 11100101 1001110 10001 0 1010 11000001 1001101 110111

Color Harmonies of #33BDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BDE5

Black with #33BDE5

Text Example


Text Example

White with #33BDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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