Html Css Color HEX #9FCFDC Regent St Blue

📋 copy color: '#9FCFDC'

red 159 ◦ green 207 ◦ blue 220

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

Shades of Regent St Blue #9FCFDC

Tints of Regent St Blue #9FCFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.54%

R = 27.13%
G = 35.32%
B = 37.54%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FCFDC (or 0x9FCFDC) is known color: Regent St Blue. HEX triplet: 9F, CF and DC. RGB value is (159,207,220). Sum of RGB (Red+Green+Blue) = 159+207+220=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FCFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCFDC is #603023. Grayscale: #C2C2C2. Windows color (decimal): -6303780 or 14471071. OLE color: 14471071.

HSL color Cylindrical-coordinate representation of color #9FCFDC: hue angle of 192.79º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FCFDC is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 207 220 -
CMYK 0.28 0.06 0 0.14
HSL 192.79º 0.47% 0.74% -
HSV(B) 192.79º 0.28% 0.86% -
XYZ 49.53 57.16 76.13 -
YUV 194.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 159 207 220 0.28 0.06 0 0.14 192.79 0.47 0.74
Hex 9F CF DC 1C 6 0 E C1 2F 4A
Octal 237 317 334 34 6 0 16 301 57 112
Binary 10011111 11001111 11011100 11100 110 0 1110 11000001 101111 1001010

Color Harmonies of #9FCFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCFDC

Black with #9FCFDC

Text Example


Text Example

White with #9FCFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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