Html Css Color HEX #33BED7 Summer Sky

📋 copy color: '#33BED7'

red 51 ◦ green 190 ◦ blue 215

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

Shades of Summer Sky #33BED7

Tints of Summer Sky #33BED7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.67%

 BLUE value IS 215 (84.38% from 255) = 47.15%

R = 11.18%
G = 41.67%
B = 47.15%

CMYK

 C value IS 0.76

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#33BED7 (or 0x33BED7) is known color: Summer Sky. HEX triplet: 33, BE and D7. RGB value is (51,190,215). Sum of RGB (Red+Green+Blue) = 51+190+215=456 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.18% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #33BED7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BED7 is #CC4128. Grayscale: #979797. Windows color (decimal): -13386025 or 14138931. OLE color: 14138931.

HSL color Cylindrical-coordinate representation of color #33BED7: hue angle of 189.15º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33BED7 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 190 215 -
CMYK 0.76 0.12 0 0.16
HSL 189.15º 0.67% 0.52% -
HSV(B) 189.15º 0.76% 0.84% -
XYZ 32.04 42.44 70.79 -
YUV 151.29 163.95 56.47 -
System Red Green Blue C M Y K H S L
Decimal 51 190 215 0.76 0.12 0 0.16 189.15 0.67 0.52
Hex 33 BE D7 4C C 0 10 BD 43 34
Octal 63 276 327 114 14 0 20 275 103 64
Binary 110011 10111110 11010111 1001100 1100 0 10000 10111101 1000011 110100

Color Harmonies of #33BED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BED7

Black with #33BED7

Text Example


Text Example

White with #33BED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,190,215); }

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

background-color css

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

 a { background-color: rgb(51,190,215); }

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

border-color css

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

 span { border-color: rgb(51,190,215); }

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