Html Css Color HEX #9FCCD6 Regent St Blue

📋 copy color: '#9FCCD6'

red 159 ◦ green 204 ◦ blue 214

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

Shades of Regent St Blue #9FCCD6

Tints of Regent St Blue #9FCCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.09%

R = 27.56%
G = 35.36%
B = 37.09%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9FCCD6 (or 0x9FCCD6) is known color: Regent St Blue. HEX triplet: 9F, CC and D6. RGB value is (159,204,214). Sum of RGB (Red+Green+Blue) = 159+204+214=577 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.56% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 214 - color contains mainly: blue. Hex color #9FCCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCD6 is #603329. Grayscale: #BFBFBF. Windows color (decimal): -6304554 or 14077087. OLE color: 14077087.

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

Color convert

RGB 159 204 214 -
CMYK 0.26 0.05 0 0.16
HSL 190.91º 0.4% 0.73% -
HSV(B) 190.91º 0.26% 0.84% -
XYZ 48.03 55.41 71.78 -
YUV 191.69 140.59 104.69 -
System Red Green Blue C M Y K H S L
Decimal 159 204 214 0.26 0.05 0 0.16 190.91 0.4 0.73
Hex 9F CC D6 1A 5 0 10 BF 28 49
Octal 237 314 326 32 5 0 20 277 50 111
Binary 10011111 11001100 11010110 11010 101 0 10000 10111111 101000 1001001

Color Harmonies of #9FCCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCCD6

Black with #9FCCD6

Text Example


Text Example

White with #9FCCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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