Html Css Color HEX #9FCFDE Regent St Blue

📋 copy color: '#9FCFDE'

red 159 ◦ green 207 ◦ blue 222

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

Shades of Regent St Blue #9FCFDE

Tints of Regent St Blue #9FCFDE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.2%

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

R = 27.04%
G = 35.2%
B = 37.76%

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

#9FCFDE (or 0x9FCFDE) is known color: Regent St Blue. HEX triplet: 9F, CF and DE. RGB value is (159,207,222). Sum of RGB (Red+Green+Blue) = 159+207+222=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FCFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCFDE is #603021. Grayscale: #C2C2C2. Windows color (decimal): -6303778 or 14602143. OLE color: 14602143.

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

Color convert

RGB 159 207 222 -
CMYK 0.28 0.07 0 0.13
HSL 194.29º 0.49% 0.75% -
HSV(B) 194.29º 0.28% 0.87% -
XYZ 49.8 57.27 77.54 -
YUV 194.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 159 207 222 0.28 0.07 0 0.13 194.29 0.49 0.75
Hex 9F CF DE 1C 7 0 D C2 31 4B
Octal 237 317 336 34 7 0 15 302 61 113
Binary 10011111 11001111 11011110 11100 111 0 1101 11000010 110001 1001011

Color Harmonies of #9FCFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCFDE

Black with #9FCFDE

Text Example


Text Example

White with #9FCFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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