Html Css Color HEX #9CBFD5 Regent St Blue

📋 copy color: '#9CBFD5'

red 156 ◦ green 191 ◦ blue 213

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

Shades of Regent St Blue #9CBFD5

Tints of Regent St Blue #9CBFD5

RGB

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

 GREEN value IS 191 (75% from 255) = 34.11%

 BLUE value IS 213 (83.59% from 255) = 38.04%

R = 27.86%
G = 34.11%
B = 38.04%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9CBFD5 (or 0x9CBFD5) is known color: Regent St Blue. HEX triplet: 9C, BF and D5. RGB value is (156,191,213). Sum of RGB (Red+Green+Blue) = 156+191+213=560 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.86% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 213 - color contains mainly: blue. Hex color #9CBFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFD5 is #63402A. Grayscale: #B6B6B6. Windows color (decimal): -6504491 or 14008220. OLE color: 14008220.

HSL color Cylindrical-coordinate representation of color #9CBFD5: hue angle of 203.16º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CBFD5 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 191 213 -
CMYK 0.27 0.10 0 0.16
HSL 203.16º 0.4% 0.72% -
HSV(B) 203.16º 0.27% 0.84% -
XYZ 44.35 49.13 70.1 -
YUV 183.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 156 191 213 0.27 0.10 0 0.16 203.16 0.4 0.72
Hex 9C BF D5 1B A 0 10 CB 28 48
Octal 234 277 325 33 12 0 20 313 50 110
Binary 10011100 10111111 11010101 11011 1010 0 10000 11001011 101000 1001000

Color Harmonies of #9CBFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBFD5

Black with #9CBFD5

Text Example


Text Example

White with #9CBFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,191,213); }

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

background-color css

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

 a { background-color: rgb(156,191,213); }

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

border-color css

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

 span { border-color: rgb(156,191,213); }

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