Html Css Color HEX #99BDD7 Regent St Blue

📋 copy color: '#99BDD7'

red 153 ◦ green 189 ◦ blue 215

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

Shades of Regent St Blue #99BDD7

Tints of Regent St Blue #99BDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.6%

R = 27.47%
G = 33.93%
B = 38.6%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#99BDD7 (or 0x99BDD7) is known color: Regent St Blue. HEX triplet: 99, BD and D7. RGB value is (153,189,215). Sum of RGB (Red+Green+Blue) = 153+189+215=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #99BDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDD7 is #664228. Grayscale: #B5B5B5. Windows color (decimal): -6701609 or 14138777. OLE color: 14138777.

HSL color Cylindrical-coordinate representation of color #99BDD7: hue angle of 205.16º degrees, saturation: 0.44, 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 #99BDD7 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 189 215 -
CMYK 0.29 0.12 0 0.16
HSL 205.16º 0.44% 0.72% -
HSV(B) 205.16º 0.29% 0.84% -
XYZ 43.6 48.07 71.27 -
YUV 181.2 147.07 107.89 -
System Red Green Blue C M Y K H S L
Decimal 153 189 215 0.29 0.12 0 0.16 205.16 0.44 0.72
Hex 99 BD D7 1D C 0 10 CD 2C 48
Octal 231 275 327 35 14 0 20 315 54 110
Binary 10011001 10111101 11010111 11101 1100 0 10000 11001101 101100 1001000

Color Harmonies of #99BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BDD7

Black with #99BDD7

Text Example


Text Example

White with #99BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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