Html Css Color HEX #9FCCDD Regent St Blue

📋 copy color: '#9FCCDD'

red 159 ◦ green 204 ◦ blue 221

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

Shades of Regent St Blue #9FCCDD

Tints of Regent St Blue #9FCCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 27.23%
G = 34.93%
B = 37.84%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FCCDD (or 0x9FCCDD) is known color: Regent St Blue. HEX triplet: 9F, CC and DD. RGB value is (159,204,221). Sum of RGB (Red+Green+Blue) = 159+204+221=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FCCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCDD is #603322. Grayscale: #C0C0C0. Windows color (decimal): -6304547 or 14535839. OLE color: 14535839.

HSL color Cylindrical-coordinate representation of color #9FCCDD: hue angle of 196.45º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FCCDD is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 204 221 -
CMYK 0.28 0.08 0 0.13
HSL 196.45º 0.48% 0.75% -
HSV(B) 196.45º 0.28% 0.87% -
XYZ 48.94 55.78 76.59 -
YUV 192.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 159 204 221 0.28 0.08 0 0.13 196.45 0.48 0.75
Hex 9F CC DD 1C 8 0 D C4 30 4B
Octal 237 314 335 34 10 0 15 304 60 113
Binary 10011111 11001100 11011101 11100 1000 0 1101 11000100 110000 1001011

Color Harmonies of #9FCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCCDD

Black with #9FCCDD

Text Example


Text Example

White with #9FCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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