Html Css Color HEX #9CCBD9 Regent St Blue

📋 copy color: '#9CCBD9'

red 156 ◦ green 203 ◦ blue 217

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

Shades of Regent St Blue #9CCBD9

Tints of Regent St Blue #9CCBD9

RGB

 RED value IS 156 (61.33% from 255) = 27.08%

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

 BLUE value IS 217 (85.16% from 255) = 37.67%

R = 27.08%
G = 35.24%
B = 37.67%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9CCBD9 (or 0x9CCBD9) is known color: Regent St Blue. HEX triplet: 9C, CB and D9. RGB value is (156,203,217). Sum of RGB (Red+Green+Blue) = 156+203+217=576 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.08% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 217 - color contains mainly: blue. Hex color #9CCBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBD9 is #633426. Grayscale: #BEBEBE. Windows color (decimal): -6501415 or 14273436. OLE color: 14273436.

HSL color Cylindrical-coordinate representation of color #9CCBD9: hue angle of 193.77º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CCBD9 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 203 217 -
CMYK 0.28 0.06 0 0.15
HSL 193.77º 0.45% 0.73% -
HSV(B) 193.77º 0.28% 0.85% -
XYZ 47.59 54.79 73.71 -
YUV 190.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 156 203 217 0.28 0.06 0 0.15 193.77 0.45 0.73
Hex 9C CB D9 1C 6 0 F C2 2D 49
Octal 234 313 331 34 6 0 17 302 55 111
Binary 10011100 11001011 11011001 11100 110 0 1111 11000010 101101 1001001

Color Harmonies of #9CCBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCBD9

Black with #9CCBD9

Text Example


Text Example

White with #9CCBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CCBD9; }

 p { color: rgb(156,203,217); }

 H1.HeaderClassName
 {
   color: #9CCBD9;
 }
 .AnyTagClassName
 {
   color: #9CCBD9;
 }
</style>

background-color css

<style>
 a { background-color: #9CCBD9; }

 a { background-color: rgb(156,203,217); }

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

border-color css

<style>
 span { border-color: #9CCBD9; }

 span { border-color: rgb(156,203,217); }

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