Html Css Color HEX #99CBDB Regent St Blue

📋 copy color: '#99CBDB'

red 153 ◦ green 203 ◦ blue 219

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

Shades of Regent St Blue #99CBDB

Tints of Regent St Blue #99CBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.09%

R = 26.61%
G = 35.3%
B = 38.09%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#99CBDB (or 0x99CBDB) is known color: Regent St Blue. HEX triplet: 99, CB and DB. RGB value is (153,203,219). Sum of RGB (Red+Green+Blue) = 153+203+219=575 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.61% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #99CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CBDB is #663424. Grayscale: #BDBDBD. Windows color (decimal): -6698021 or 14404505. OLE color: 14404505.

HSL color Cylindrical-coordinate representation of color #99CBDB: hue angle of 194.55º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99CBDB is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 203 219 -
CMYK 0.30 0.07 0 0.14
HSL 194.55º 0.48% 0.73% -
HSV(B) 194.55º 0.3% 0.86% -
XYZ 47.28 54.6 75.06 -
YUV 189.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 153 203 219 0.30 0.07 0 0.14 194.55 0.48 0.73
Hex 99 CB DB 1E 7 0 E C3 30 49
Octal 231 313 333 36 7 0 16 303 60 111
Binary 10011001 11001011 11011011 11110 111 0 1110 11000011 110000 1001001

Color Harmonies of #99CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CBDB

Black with #99CBDB

Text Example


Text Example

White with #99CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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