Html Css Color HEX #9FCBDC Regent St Blue

📋 copy color: '#9FCBDC'

red 159 ◦ green 203 ◦ blue 220

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

Shades of Regent St Blue #9FCBDC

Tints of Regent St Blue #9FCBDC

RGB

 RED value IS 159 (62.5% from 255) = 27.32%

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

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

R = 27.32%
G = 34.88%
B = 37.8%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FCBDC (or 0x9FCBDC) is known color: Regent St Blue. HEX triplet: 9F, CB and DC. RGB value is (159,203,220). Sum of RGB (Red+Green+Blue) = 159+203+220=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FCBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCBDC is #603423. Grayscale: #BFBFBF. Windows color (decimal): -6304804 or 14470047. OLE color: 14470047.

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

Color convert

RGB 159 203 220 -
CMYK 0.28 0.08 0 0.14
HSL 196.72º 0.47% 0.74% -
HSV(B) 196.72º 0.28% 0.86% -
XYZ 48.57 55.25 75.81 -
YUV 191.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 159 203 220 0.28 0.08 0 0.14 196.72 0.47 0.74
Hex 9F CB DC 1C 8 0 E C5 2F 4A
Octal 237 313 334 34 10 0 16 305 57 112
Binary 10011111 11001011 11011100 11100 1000 0 1110 11000101 101111 1001010

Color Harmonies of #9FCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCBDC

Black with #9FCBDC

Text Example


Text Example

White with #9FCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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