Html Css Color HEX #33BEE0 Summer Sky

📋 copy color: '#33BEE0'

red 51 ◦ green 190 ◦ blue 224

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

Shades of Summer Sky #33BEE0

Tints of Summer Sky #33BEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.17%

R = 10.97%
G = 40.86%
B = 48.17%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#33BEE0 (or 0x33BEE0) is known color: Summer Sky. HEX triplet: 33, BE and E0. RGB value is (51,190,224). Sum of RGB (Red+Green+Blue) = 51+190+224=465 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.97% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #33BEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BEE0 is #CC411F. Grayscale: #989898. Windows color (decimal): -13386016 or 14728755. OLE color: 14728755.

HSL color Cylindrical-coordinate representation of color #33BEE0: hue angle of 191.79º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33BEE0 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 51 190 224 -
CMYK 0.77 0.15 0 0.12
HSL 191.79º 0.74% 0.54% -
HSV(B) 191.79º 0.77% 0.88% -
XYZ 33.23 42.91 77.05 -
YUV 152.32 168.45 55.74 -
System Red Green Blue C M Y K H S L
Decimal 51 190 224 0.77 0.15 0 0.12 191.79 0.74 0.54
Hex 33 BE E0 4D F 0 C C0 4A 36
Octal 63 276 340 115 17 0 14 300 112 66
Binary 110011 10111110 11100000 1001101 1111 0 1100 11000000 1001010 110110

Color Harmonies of #33BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BEE0

Black with #33BEE0

Text Example


Text Example

White with #33BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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