Html Css Color HEX #99BDD1 Regent St Blue

📋 copy color: '#99BDD1'

red 153 ◦ green 189 ◦ blue 209

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

Shades of Regent St Blue #99BDD1

Tints of Regent St Blue #99BDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.93%

R = 27.77%
G = 34.3%
B = 37.93%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#99BDD1 (or 0x99BDD1) is known color: Regent St Blue. HEX triplet: 99, BD and D1. RGB value is (153,189,209). Sum of RGB (Red+Green+Blue) = 153+189+209=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 209 - color contains mainly: blue. Hex color #99BDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDD1 is #66422E. Grayscale: #B4B4B4. Windows color (decimal): -6701615 or 13745561. OLE color: 13745561.

HSL color Cylindrical-coordinate representation of color #99BDD1: hue angle of 201.43º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99BDD1 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 189 209 -
CMYK 0.27 0.10 0 0.18
HSL 201.43º 0.38% 0.71% -
HSV(B) 201.43º 0.27% 0.82% -
XYZ 42.84 47.77 67.28 -
YUV 180.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 153 189 209 0.27 0.10 0 0.18 201.43 0.38 0.71
Hex 99 BD D1 1B A 0 12 C9 26 47
Octal 231 275 321 33 12 0 22 311 46 107
Binary 10011001 10111101 11010001 11011 1010 0 10010 11001001 100110 1000111

Color Harmonies of #99BDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BDD1

Black with #99BDD1

Text Example


Text Example

White with #99BDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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