Html Css Color HEX #99CBDD Regent St Blue

📋 copy color: '#99CBDD'

red 153 ◦ green 203 ◦ blue 221

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

Shades of Regent St Blue #99CBDD

Tints of Regent St Blue #99CBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.3%

R = 26.52%
G = 35.18%
B = 38.3%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#99CBDD (or 0x99CBDD) is known color: Regent St Blue. HEX triplet: 99, CB and DD. RGB value is (153,203,221). Sum of RGB (Red+Green+Blue) = 153+203+221=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #99CBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CBDD is #663422. Grayscale: #BDBDBD. Windows color (decimal): -6698019 or 14535577. OLE color: 14535577.

HSL color Cylindrical-coordinate representation of color #99CBDD: hue angle of 195.88º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99CBDD is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 203 221 -
CMYK 0.31 0.08 0 0.13
HSL 195.88º 0.5% 0.73% -
HSV(B) 195.88º 0.31% 0.87% -
XYZ 47.54 54.7 76.46 -
YUV 190.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 153 203 221 0.31 0.08 0 0.13 195.88 0.5 0.73
Hex 99 CB DD 1F 8 0 D C4 32 49
Octal 231 313 335 37 10 0 15 304 62 111
Binary 10011001 11001011 11011101 11111 1000 0 1101 11000100 110010 1001001

Color Harmonies of #99CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CBDD

Black with #99CBDD

Text Example


Text Example

White with #99CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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