Html Css Color HEX #9FCADD Regent St Blue

📋 copy color: '#9FCADD'

red 159 ◦ green 202 ◦ blue 221

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

Shades of Regent St Blue #9FCADD

Tints of Regent St Blue #9FCADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.97%

R = 27.32%
G = 34.71%
B = 37.97%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FCADD (or 0x9FCADD) is known color: Regent St Blue. HEX triplet: 9F, CA and DD. RGB value is (159,202,221). Sum of RGB (Red+Green+Blue) = 159+202+221=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FCADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCADD is #603522. Grayscale: #BFBFBF. Windows color (decimal): -6305059 or 14535327. OLE color: 14535327.

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

Color convert

RGB 159 202 221 -
CMYK 0.28 0.09 0 0.13
HSL 198.39º 0.48% 0.75% -
HSV(B) 198.39º 0.28% 0.87% -
XYZ 48.47 54.83 76.44 -
YUV 191.31 144.75 104.96 -
System Red Green Blue C M Y K H S L
Decimal 159 202 221 0.28 0.09 0 0.13 198.39 0.48 0.75
Hex 9F CA DD 1C 9 0 D C6 30 4B
Octal 237 312 335 34 11 0 15 306 60 113
Binary 10011111 11001010 11011101 11100 1001 0 1101 11000110 110000 1001011

Color Harmonies of #9FCADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCADD

Black with #9FCADD

Text Example


Text Example

White with #9FCADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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