Html Css Color HEX #9FCBDA Regent St Blue

📋 copy color: '#9FCBDA'

red 159 ◦ green 203 ◦ blue 218

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

Shades of Regent St Blue #9FCBDA

Tints of Regent St Blue #9FCBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35%

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 27.41%
G = 35%
B = 37.59%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9FCBDA (or 0x9FCBDA) is known color: Regent St Blue. HEX triplet: 9F, CB and DA. RGB value is (159,203,218). Sum of RGB (Red+Green+Blue) = 159+203+218=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #9FCBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCBDA is #603425. Grayscale: #BFBFBF. Windows color (decimal): -6304806 or 14338975. OLE color: 14338975.

HSL color Cylindrical-coordinate representation of color #9FCBDA: hue angle of 195.25º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FCBDA is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 203 218 -
CMYK 0.27 0.07 0 0.15
HSL 195.25º 0.44% 0.74% -
HSV(B) 195.25º 0.27% 0.85% -
XYZ 48.31 55.14 74.43 -
YUV 191.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 159 203 218 0.27 0.07 0 0.15 195.25 0.44 0.74
Hex 9F CB DA 1B 7 0 F C3 2C 4A
Octal 237 313 332 33 7 0 17 303 54 112
Binary 10011111 11001011 11011010 11011 111 0 1111 11000011 101100 1001010

Color Harmonies of #9FCBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCBDA

Black with #9FCBDA

Text Example


Text Example

White with #9FCBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,203,218); }

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

background-color css

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

 a { background-color: rgb(159,203,218); }

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

border-color css

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

 span { border-color: rgb(159,203,218); }

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