Html Css Color HEX #9FCAD3 Regent St Blue

📋 copy color: '#9FCAD3'

red 159 ◦ green 202 ◦ blue 211

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

Shades of Regent St Blue #9FCAD3

Tints of Regent St Blue #9FCAD3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.31%

 BLUE value IS 211 (82.81% from 255) = 36.89%

R = 27.8%
G = 35.31%
B = 36.89%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9FCAD3 (or 0x9FCAD3) is known color: Regent St Blue. HEX triplet: 9F, CA and D3. RGB value is (159,202,211). Sum of RGB (Red+Green+Blue) = 159+202+211=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 211 - color contains mainly: blue. Hex color #9FCAD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCAD3 is #60352C. Grayscale: #BEBEBE. Windows color (decimal): -6305069 or 13879967. OLE color: 13879967.

HSL color Cylindrical-coordinate representation of color #9FCAD3: hue angle of 190.38º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FCAD3 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 159 202 211 -
CMYK 0.25 0.04 0 0.17
HSL 190.38º 0.37% 0.73% -
HSV(B) 190.38º 0.25% 0.83% -
XYZ 47.18 54.32 69.63 -
YUV 190.17 139.75 105.77 -
System Red Green Blue C M Y K H S L
Decimal 159 202 211 0.25 0.04 0 0.17 190.38 0.37 0.73
Hex 9F CA D3 19 4 0 11 BE 25 49
Octal 237 312 323 31 4 0 21 276 45 111
Binary 10011111 11001010 11010011 11001 100 0 10001 10111110 100101 1001001

Color Harmonies of #9FCAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCAD3

Black with #9FCAD3

Text Example


Text Example

White with #9FCAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,202,211); }

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

background-color css

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

 a { background-color: rgb(159,202,211); }

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

border-color css

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

 span { border-color: rgb(159,202,211); }

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