Html Css Color HEX #9FCEDD Regent St Blue

📋 copy color: '#9FCEDD'

red 159 ◦ green 206 ◦ blue 221

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

Shades of Regent St Blue #9FCEDD

Tints of Regent St Blue #9FCEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.15%

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

R = 27.13%
G = 35.15%
B = 37.71%

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

#9FCEDD (or 0x9FCEDD) is known color: Regent St Blue. HEX triplet: 9F, CE and DD. RGB value is (159,206,221). Sum of RGB (Red+Green+Blue) = 159+206+221=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FCEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCEDD is #603122. Grayscale: #C1C1C1. Windows color (decimal): -6304035 or 14536351. OLE color: 14536351.

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

Color convert

RGB 159 206 221 -
CMYK 0.28 0.07 0 0.13
HSL 194.52º 0.48% 0.75% -
HSV(B) 194.52º 0.28% 0.87% -
XYZ 49.42 56.73 76.75 -
YUV 193.66 143.43 103.28 -
System Red Green Blue C M Y K H S L
Decimal 159 206 221 0.28 0.07 0 0.13 194.52 0.48 0.75
Hex 9F CE DD 1C 7 0 D C3 30 4B
Octal 237 316 335 34 7 0 15 303 60 113
Binary 10011111 11001110 11011101 11100 111 0 1101 11000011 110000 1001011

Color Harmonies of #9FCEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEDD

Black with #9FCEDD

Text Example


Text Example

White with #9FCEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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