Html Css Color HEX #99BED6 Regent St Blue

📋 copy color: '#99BED6'

red 153 ◦ green 190 ◦ blue 214

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

Shades of Regent St Blue #99BED6

Tints of Regent St Blue #99BED6

RGB

 RED value IS 153 (60.16% from 255) = 27.47%

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

 BLUE value IS 214 (83.98% from 255) = 38.42%

R = 27.47%
G = 34.11%
B = 38.42%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#99BED6 (or 0x99BED6) is known color: Regent St Blue. HEX triplet: 99, BE and D6. RGB value is (153,190,214). Sum of RGB (Red+Green+Blue) = 153+190+214=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #99BED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BED6 is #664129. Grayscale: #B5B5B5. Windows color (decimal): -6701354 or 14073497. OLE color: 14073497.

HSL color Cylindrical-coordinate representation of color #99BED6: hue angle of 203.61º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99BED6 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 190 214 -
CMYK 0.29 0.11 0 0.16
HSL 203.61º 0.43% 0.72% -
HSV(B) 203.61º 0.29% 0.84% -
XYZ 43.69 48.45 70.67 -
YUV 181.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 153 190 214 0.29 0.11 0 0.16 203.61 0.43 0.72
Hex 99 BE D6 1D B 0 10 CC 2B 48
Octal 231 276 326 35 13 0 20 314 53 110
Binary 10011001 10111110 11010110 11101 1011 0 10000 11001100 101011 1001000

Color Harmonies of #99BED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BED6

Black with #99BED6

Text Example


Text Example

White with #99BED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99BED6; }

 p { color: rgb(153,190,214); }

 H1.HeaderClassName
 {
   color: #99BED6;
 }
 .AnyTagClassName
 {
   color: #99BED6;
 }
</style>

background-color css

<style>
 a { background-color: #99BED6; }

 a { background-color: rgb(153,190,214); }

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

border-color css

<style>
 span { border-color: #99BED6; }

 span { border-color: rgb(153,190,214); }

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