Html Css Color HEX #99BBD5 Regent St Blue

📋 copy color: '#99BBD5'

red 153 ◦ green 187 ◦ blue 213

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

Shades of Regent St Blue #99BBD5

Tints of Regent St Blue #99BBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.52%

R = 27.67%
G = 33.82%
B = 38.52%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#99BBD5 (or 0x99BBD5) is known color: Regent St Blue. HEX triplet: 99, BB and D5. RGB value is (153,187,213). Sum of RGB (Red+Green+Blue) = 153+187+213=553 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.67% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #99BBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBD5 is #66442A. Grayscale: #B3B3B3. Windows color (decimal): -6702123 or 14007193. OLE color: 14007193.

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

Color convert

RGB 153 187 213 -
CMYK 0.28 0.12 0 0.16
HSL 206º 0.42% 0.72% -
HSV(B) 206º 0.28% 0.84% -
XYZ 42.92 47.12 69.78 -
YUV 179.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 153 187 213 0.28 0.12 0 0.16 206 0.42 0.72
Hex 99 BB D5 1C C 0 10 CE 2A 48
Octal 231 273 325 34 14 0 20 316 52 110
Binary 10011001 10111011 11010101 11100 1100 0 10000 11001110 101010 1001000

Color Harmonies of #99BBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BBD5

Black with #99BBD5

Text Example


Text Example

White with #99BBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,187,213); }

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

background-color css

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

 a { background-color: rgb(153,187,213); }

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

border-color css

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

 span { border-color: rgb(153,187,213); }

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