Html Css Color HEX #99BDCF Regent St Blue

📋 copy color: '#99BDCF'

red 153 ◦ green 189 ◦ blue 207

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

Shades of Regent St Blue #99BDCF

Tints of Regent St Blue #99BDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.7%

R = 27.87%
G = 34.43%
B = 37.7%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#99BDCF (or 0x99BDCF) is known color: Regent St Blue. HEX triplet: 99, BD and CF. RGB value is (153,189,207). Sum of RGB (Red+Green+Blue) = 153+189+207=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #99BDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDCF is #664230. Grayscale: #B4B4B4. Windows color (decimal): -6701617 or 13614489. OLE color: 13614489.

HSL color Cylindrical-coordinate representation of color #99BDCF: hue angle of 200º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99BDCF is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 189 207 -
CMYK 0.26 0.09 0 0.19
HSL 200º 0.36% 0.71% -
HSV(B) 200º 0.26% 0.81% -
XYZ 42.6 47.67 65.99 -
YUV 180.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 153 189 207 0.26 0.09 0 0.19 200 0.36 0.71
Hex 99 BD CF 1A 9 0 13 C8 24 47
Octal 231 275 317 32 11 0 23 310 44 107
Binary 10011001 10111101 11001111 11010 1001 0 10011 11001000 100100 1000111

Color Harmonies of #99BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BDCF

Black with #99BDCF

Text Example


Text Example

White with #99BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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