Html Css Color HEX #99BDCC Regent St Blue

📋 copy color: '#99BDCC'

red 153 ◦ green 189 ◦ blue 204

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

Shades of Regent St Blue #99BDCC

Tints of Regent St Blue #99BDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.36%

R = 28.02%
G = 34.62%
B = 37.36%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#99BDCC (or 0x99BDCC) is known color: Regent St Blue. HEX triplet: 99, BD and CC. RGB value is (153,189,204). Sum of RGB (Red+Green+Blue) = 153+189+204=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #99BDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDCC is #664233. Grayscale: #B3B3B3. Windows color (decimal): -6701620 or 13417881. OLE color: 13417881.

HSL color Cylindrical-coordinate representation of color #99BDCC: hue angle of 197.65º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99BDCC is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 189 204 -
CMYK 0.25 0.07 0 0.2
HSL 197.65º 0.33% 0.7% -
HSV(B) 197.65º 0.25% 0.8% -
XYZ 42.23 47.53 64.07 -
YUV 179.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 153 189 204 0.25 0.07 0 0.2 197.65 0.33 0.7
Hex 99 BD CC 19 7 0 14 C6 21 46
Octal 231 275 314 31 7 0 24 306 41 106
Binary 10011001 10111101 11001100 11001 111 0 10100 11000110 100001 1000110

Color Harmonies of #99BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BDCC

Black with #99BDCC

Text Example


Text Example

White with #99BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,189,204); }

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

background-color css

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

 a { background-color: rgb(153,189,204); }

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

border-color css

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

 span { border-color: rgb(153,189,204); }

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