Html Css Color HEX #9FCDDD Regent St Blue

📋 copy color: '#9FCDDD'

red 159 ◦ green 205 ◦ blue 221

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

Shades of Regent St Blue #9FCDDD

Tints of Regent St Blue #9FCDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.04%

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

R = 27.18%
G = 35.04%
B = 37.78%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FCDDD (or 0x9FCDDD) is known color: Regent St Blue. HEX triplet: 9F, CD and DD. RGB value is (159,205,221). Sum of RGB (Red+Green+Blue) = 159+205+221=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FCDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDDD is #603222. Grayscale: #C0C0C0. Windows color (decimal): -6304291 or 14536095. OLE color: 14536095.

HSL color Cylindrical-coordinate representation of color #9FCDDD: hue angle of 195.48º 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 #9FCDDD is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 205 221 -
CMYK 0.28 0.07 0 0.13
HSL 195.48º 0.48% 0.75% -
HSV(B) 195.48º 0.28% 0.87% -
XYZ 49.18 56.25 76.67 -
YUV 193.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 159 205 221 0.28 0.07 0 0.13 195.48 0.48 0.75
Hex 9F CD DD 1C 7 0 D C3 30 4B
Octal 237 315 335 34 7 0 15 303 60 113
Binary 10011111 11001101 11011101 11100 111 0 1101 11000011 110000 1001011

Color Harmonies of #9FCDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCDDD

Black with #9FCDDD

Text Example


Text Example

White with #9FCDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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