Html Css Color HEX #9CC5DB Regent St Blue

📋 copy color: '#9CC5DB'

red 156 ◦ green 197 ◦ blue 219

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

Shades of Regent St Blue #9CC5DB

Tints of Regent St Blue #9CC5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.44%

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

R = 27.27%
G = 34.44%
B = 38.29%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9CC5DB (or 0x9CC5DB) is known color: Regent St Blue. HEX triplet: 9C, C5 and DB. RGB value is (156,197,219). Sum of RGB (Red+Green+Blue) = 156+197+219=572 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.27% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CC5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC5DB is #633A24. Grayscale: #BBBBBB. Windows color (decimal): -6502949 or 14402972. OLE color: 14402972.

HSL color Cylindrical-coordinate representation of color #9CC5DB: hue angle of 200.95º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CC5DB is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 197 219 -
CMYK 0.29 0.10 0 0.14
HSL 200.95º 0.47% 0.74% -
HSV(B) 200.95º 0.29% 0.86% -
XYZ 46.46 52.11 74.63 -
YUV 187.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 156 197 219 0.29 0.10 0 0.14 200.95 0.47 0.74
Hex 9C C5 DB 1D A 0 E C9 2F 4A
Octal 234 305 333 35 12 0 16 311 57 112
Binary 10011100 11000101 11011011 11101 1010 0 1110 11001001 101111 1001010

Color Harmonies of #9CC5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC5DB

Black with #9CC5DB

Text Example


Text Example

White with #9CC5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,197,219); }

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

background-color css

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

 a { background-color: rgb(156,197,219); }

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

border-color css

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

 span { border-color: rgb(156,197,219); }

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