Html Css Color HEX #9CBDD1 Regent St Blue

📋 copy color: '#9CBDD1'

red 156 ◦ green 189 ◦ blue 209

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

Shades of Regent St Blue #9CBDD1

Tints of Regent St Blue #9CBDD1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.12%

 BLUE value IS 209 (82.03% from 255) = 37.73%

R = 28.16%
G = 34.12%
B = 37.73%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9CBDD1 (or 0x9CBDD1) is known color: Regent St Blue. HEX triplet: 9C, BD and D1. RGB value is (156,189,209). Sum of RGB (Red+Green+Blue) = 156+189+209=554 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.16% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 209 - color contains mainly: blue. Hex color #9CBDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDD1 is #63422E. Grayscale: #B5B5B5. Windows color (decimal): -6505007 or 13745564. OLE color: 13745564.

HSL color Cylindrical-coordinate representation of color #9CBDD1: hue angle of 202.64º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CBDD1 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 189 209 -
CMYK 0.25 0.10 0 0.18
HSL 202.64º 0.37% 0.72% -
HSV(B) 202.64º 0.25% 0.82% -
XYZ 43.42 48.07 67.31 -
YUV 181.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 156 189 209 0.25 0.10 0 0.18 202.64 0.37 0.72
Hex 9C BD D1 19 A 0 12 CB 25 48
Octal 234 275 321 31 12 0 22 313 45 110
Binary 10011100 10111101 11010001 11001 1010 0 10010 11001011 100101 1001000

Color Harmonies of #9CBDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBDD1

Black with #9CBDD1

Text Example


Text Example

White with #9CBDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,189,209); }

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

background-color css

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

 a { background-color: rgb(156,189,209); }

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

border-color css

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

 span { border-color: rgb(156,189,209); }

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