Html Css Color HEX #99CBDC Regent St Blue

📋 copy color: '#99CBDC'

red 153 ◦ green 203 ◦ blue 220

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

Shades of Regent St Blue #99CBDC

Tints of Regent St Blue #99CBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.19%

R = 26.56%
G = 35.24%
B = 38.19%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#99CBDC (or 0x99CBDC) is known color: Regent St Blue. HEX triplet: 99, CB and DC. RGB value is (153,203,220). Sum of RGB (Red+Green+Blue) = 153+203+220=576 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.56% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #99CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CBDC is #663423. Grayscale: #BDBDBD. Windows color (decimal): -6698020 or 14470041. OLE color: 14470041.

HSL color Cylindrical-coordinate representation of color #99CBDC: hue angle of 195.22º degrees, saturation: 0.49, 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 #99CBDC is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 203 220 -
CMYK 0.30 0.08 0 0.14
HSL 195.22º 0.49% 0.73% -
HSV(B) 195.22º 0.3% 0.86% -
XYZ 47.41 54.65 75.76 -
YUV 189.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 153 203 220 0.30 0.08 0 0.14 195.22 0.49 0.73
Hex 99 CB DC 1E 8 0 E C3 31 49
Octal 231 313 334 36 10 0 16 303 61 111
Binary 10011001 11001011 11011100 11110 1000 0 1110 11000011 110001 1001001

Color Harmonies of #99CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CBDC

Black with #99CBDC

Text Example


Text Example

White with #99CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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