Html Css Color HEX #9FCFDB Regent St Blue

📋 copy color: '#9FCFDB'

red 159 ◦ green 207 ◦ blue 219

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

Shades of Regent St Blue #9FCFDB

Tints of Regent St Blue #9FCFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.44%

R = 27.18%
G = 35.38%
B = 37.44%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FCFDB (or 0x9FCFDB) is known color: Regent St Blue. HEX triplet: 9F, CF and DB. RGB value is (159,207,219). Sum of RGB (Red+Green+Blue) = 159+207+219=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FCFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCFDB is #603024. Grayscale: #C1C1C1. Windows color (decimal): -6303781 or 14405535. OLE color: 14405535.

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

Color convert

RGB 159 207 219 -
CMYK 0.27 0.05 0 0.14
HSL 192º 0.45% 0.74% -
HSV(B) 192º 0.27% 0.86% -
XYZ 49.4 57.11 75.44 -
YUV 194.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 159 207 219 0.27 0.05 0 0.14 192 0.45 0.74
Hex 9F CF DB 1B 5 0 E C0 2D 4A
Octal 237 317 333 33 5 0 16 300 55 112
Binary 10011111 11001111 11011011 11011 101 0 1110 11000000 101101 1001010

Color Harmonies of #9FCFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCFDB

Black with #9FCFDB

Text Example


Text Example

White with #9FCFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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