Html Css Color HEX #9FCADF Regent St Blue

📋 copy color: '#9FCADF'

red 159 ◦ green 202 ◦ blue 223

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

Shades of Regent St Blue #9FCADF

Tints of Regent St Blue #9FCADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.18%

R = 27.23%
G = 34.59%
B = 38.18%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FCADF (or 0x9FCADF) is known color: Regent St Blue. HEX triplet: 9F, CA and DF. RGB value is (159,202,223). Sum of RGB (Red+Green+Blue) = 159+202+223=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FCADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCADF is #603520. Grayscale: #BFBFBF. Windows color (decimal): -6305057 or 14666399. OLE color: 14666399.

HSL color Cylindrical-coordinate representation of color #9FCADF: hue angle of 199.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FCADF is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 202 223 -
CMYK 0.29 0.09 0 0.13
HSL 199.69º 0.5% 0.75% -
HSV(B) 199.69º 0.29% 0.87% -
XYZ 48.74 54.94 77.85 -
YUV 191.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 159 202 223 0.29 0.09 0 0.13 199.69 0.5 0.75
Hex 9F CA DF 1D 9 0 D C8 32 4B
Octal 237 312 337 35 11 0 15 310 62 113
Binary 10011111 11001010 11011111 11101 1001 0 1101 11001000 110010 1001011

Color Harmonies of #9FCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCADF

Black with #9FCADF

Text Example


Text Example

White with #9FCADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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