Html Css Color HEX #33BBDA Summer Sky

📋 copy color: '#33BBDA'

red 51 ◦ green 187 ◦ blue 218

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

Shades of Summer Sky #33BBDA

Tints of Summer Sky #33BBDA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.01%

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 11.18%
G = 41.01%
B = 47.81%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#33BBDA (or 0x33BBDA) is known color: Summer Sky. HEX triplet: 33, BB and DA. RGB value is (51,187,218). Sum of RGB (Red+Green+Blue) = 51+187+218=456 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.18% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #33BBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BBDA is #CC4425. Grayscale: #959595. Windows color (decimal): -13386790 or 14334771. OLE color: 14334771.

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

Color convert

RGB 51 187 218 -
CMYK 0.77 0.14 0 0.15
HSL 191.14º 0.69% 0.53% -
HSV(B) 191.14º 0.77% 0.85% -
XYZ 31.79 41.31 72.63 -
YUV 149.87 166.44 57.48 -
System Red Green Blue C M Y K H S L
Decimal 51 187 218 0.77 0.14 0 0.15 191.14 0.69 0.53
Hex 33 BB DA 4D E 0 F BF 45 35
Octal 63 273 332 115 16 0 17 277 105 65
Binary 110011 10111011 11011010 1001101 1110 0 1111 10111111 1000101 110101

Color Harmonies of #33BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BBDA

Black with #33BBDA

Text Example


Text Example

White with #33BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,187,218); }

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

background-color css

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

 a { background-color: rgb(51,187,218); }

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

border-color css

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

 span { border-color: rgb(51,187,218); }

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