Html Css Color HEX #9FC7DE Regent St Blue

📋 copy color: '#9FC7DE'

red 159 ◦ green 199 ◦ blue 222

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

Shades of Regent St Blue #9FC7DE

Tints of Regent St Blue #9FC7DE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.31%

 BLUE value IS 222 (87.11% from 255) = 38.28%

R = 27.41%
G = 34.31%
B = 38.28%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FC7DE (or 0x9FC7DE) is known color: Regent St Blue. HEX triplet: 9F, C7 and DE. RGB value is (159,199,222). Sum of RGB (Red+Green+Blue) = 159+199+222=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FC7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC7DE is #603821. Grayscale: #BDBDBD. Windows color (decimal): -6305826 or 14600095. OLE color: 14600095.

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

Color convert

RGB 159 199 222 -
CMYK 0.28 0.10 0 0.13
HSL 201.9º 0.49% 0.75% -
HSV(B) 201.9º 0.28% 0.87% -
XYZ 47.91 53.49 76.91 -
YUV 189.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 159 199 222 0.28 0.10 0 0.13 201.9 0.49 0.75
Hex 9F C7 DE 1C A 0 D CA 31 4B
Octal 237 307 336 34 12 0 15 312 61 113
Binary 10011111 11000111 11011110 11100 1010 0 1101 11001010 110001 1001011

Color Harmonies of #9FC7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC7DE

Black with #9FC7DE

Text Example


Text Example

White with #9FC7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,199,222); }

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

background-color css

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

 a { background-color: rgb(159,199,222); }

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

border-color css

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

 span { border-color: rgb(159,199,222); }

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