Html Css Color HEX #9FCCDB Regent St Blue

📋 copy color: '#9FCCDB'

red 159 ◦ green 204 ◦ blue 219

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

Shades of Regent St Blue #9FCCDB

Tints of Regent St Blue #9FCCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.05%

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

R = 27.32%
G = 35.05%
B = 37.63%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FCCDB (or 0x9FCCDB) is known color: Regent St Blue. HEX triplet: 9F, CC and DB. RGB value is (159,204,219). Sum of RGB (Red+Green+Blue) = 159+204+219=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FCCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCDB is #603324. Grayscale: #C0C0C0. Windows color (decimal): -6304549 or 14404767. OLE color: 14404767.

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

Color convert

RGB 159 204 219 -
CMYK 0.27 0.07 0 0.14
HSL 195º 0.45% 0.74% -
HSV(B) 195º 0.27% 0.86% -
XYZ 48.68 55.67 75.2 -
YUV 192.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 159 204 219 0.27 0.07 0 0.14 195 0.45 0.74
Hex 9F CC DB 1B 7 0 E C3 2D 4A
Octal 237 314 333 33 7 0 16 303 55 112
Binary 10011111 11001100 11011011 11011 111 0 1110 11000011 101101 1001010

Color Harmonies of #9FCCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCCDB

Black with #9FCCDB

Text Example


Text Example

White with #9FCCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,204,219); }

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

background-color css

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

 a { background-color: rgb(159,204,219); }

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

border-color css

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

 span { border-color: rgb(159,204,219); }

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