Html Css Color HEX #33BDD7 Summer Sky

📋 copy color: '#33BDD7'

red 51 ◦ green 189 ◦ blue 215

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

Shades of Summer Sky #33BDD7

Tints of Summer Sky #33BDD7

RGB

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

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

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

R = 11.21%
G = 41.54%
B = 47.25%

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

#33BDD7 (or 0x33BDD7) is known color: Summer Sky. HEX triplet: 33, BD and D7. RGB value is (51,189,215). Sum of RGB (Red+Green+Blue) = 51+189+215=455 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.21% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #33BDD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BDD7 is #CC4228. Grayscale: #969696. Windows color (decimal): -13386281 or 14138675. OLE color: 14138675.

HSL color Cylindrical-coordinate representation of color #33BDD7: hue angle of 189.51º 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 #33BDD7 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 189 215 -
CMYK 0.76 0.12 0 0.16
HSL 189.51º 0.67% 0.52% -
HSV(B) 189.51º 0.76% 0.84% -
XYZ 31.83 42.01 70.72 -
YUV 150.7 164.28 56.89 -
System Red Green Blue C M Y K H S L
Decimal 51 189 215 0.76 0.12 0 0.16 189.51 0.67 0.52
Hex 33 BD D7 4C C 0 10 BE 43 34
Octal 63 275 327 114 14 0 20 276 103 64
Binary 110011 10111101 11010111 1001100 1100 0 10000 10111110 1000011 110100

Color Harmonies of #33BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BDD7

Black with #33BDD7

Text Example


Text Example

White with #33BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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