Html Css Color HEX #33BDE7 Summer Sky

📋 copy color: '#33BDE7'

red 51 ◦ green 189 ◦ blue 231

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

Shades of Summer Sky #33BDE7

Tints of Summer Sky #33BDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.04%

R = 10.83%
G = 40.13%
B = 49.04%

CMYK

 C value IS 0.78

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#33BDE7 (or 0x33BDE7) is known color: Summer Sky. HEX triplet: 33, BD and E7. RGB value is (51,189,231). Sum of RGB (Red+Green+Blue) = 51+189+231=471 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.83% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #33BDE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BDE7 is #CC4218. Grayscale: #989898. Windows color (decimal): -13386265 or 15187251. OLE color: 15187251.

HSL color Cylindrical-coordinate representation of color #33BDE7: hue angle of 194º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33BDE7 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 51 189 231 -
CMYK 0.78 0.18 0 0.09
HSL 194º 0.79% 0.55% -
HSV(B) 194º 0.78% 0.91% -
XYZ 33.99 42.87 82.08 -
YUV 152.53 172.28 55.58 -
System Red Green Blue C M Y K H S L
Decimal 51 189 231 0.78 0.18 0 0.09 194 0.79 0.55
Hex 33 BD E7 4E 12 0 9 C2 4F 37
Octal 63 275 347 116 22 0 11 302 117 67
Binary 110011 10111101 11100111 1001110 10010 0 1001 11000010 1001111 110111

Color Harmonies of #33BDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BDE7

Black with #33BDE7

Text Example


Text Example

White with #33BDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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