Html Css Color HEX #99CBD5 Regent St Blue

📋 copy color: '#99CBD5'

red 153 ◦ green 203 ◦ blue 213

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

Shades of Regent St Blue #99CBD5

Tints of Regent St Blue #99CBD5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.68%

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

R = 26.89%
G = 35.68%
B = 37.43%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#99CBD5 (or 0x99CBD5) is known color: Regent St Blue. HEX triplet: 99, CB and D5. RGB value is (153,203,213). Sum of RGB (Red+Green+Blue) = 153+203+213=569 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.89% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #99CBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CBD5 is #66342A. Grayscale: #BDBDBD. Windows color (decimal): -6698027 or 14011289. OLE color: 14011289.

HSL color Cylindrical-coordinate representation of color #99CBD5: hue angle of 190º 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 #99CBD5 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 203 213 -
CMYK 0.28 0.05 0 0.16
HSL 190º 0.42% 0.72% -
HSV(B) 190º 0.28% 0.84% -
XYZ 46.5 54.29 70.98 -
YUV 189.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 153 203 213 0.28 0.05 0 0.16 190 0.42 0.72
Hex 99 CB D5 1C 5 0 10 BE 2A 48
Octal 231 313 325 34 5 0 20 276 52 110
Binary 10011001 11001011 11010101 11100 101 0 10000 10111110 101010 1001000

Color Harmonies of #99CBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CBD5

Black with #99CBD5

Text Example


Text Example

White with #99CBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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