Html Css Color HEX #9FCCDA Regent St Blue

📋 copy color: '#9FCCDA'

red 159 ◦ green 204 ◦ blue 218

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

Shades of Regent St Blue #9FCCDA

Tints of Regent St Blue #9FCCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.11%

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

R = 27.37%
G = 35.11%
B = 37.52%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9FCCDA (or 0x9FCCDA) is known color: Regent St Blue. HEX triplet: 9F, CC and DA. RGB value is (159,204,218). Sum of RGB (Red+Green+Blue) = 159+204+218=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #9FCCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCDA is #603325. Grayscale: #C0C0C0. Windows color (decimal): -6304550 or 14339231. OLE color: 14339231.

HSL color Cylindrical-coordinate representation of color #9FCCDA: hue angle of 194.24º 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 #9FCCDA is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 204 218 -
CMYK 0.27 0.06 0 0.15
HSL 194.24º 0.44% 0.74% -
HSV(B) 194.24º 0.27% 0.85% -
XYZ 48.55 55.62 74.51 -
YUV 192.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 159 204 218 0.27 0.06 0 0.15 194.24 0.44 0.74
Hex 9F CC DA 1B 6 0 F C2 2C 4A
Octal 237 314 332 33 6 0 17 302 54 112
Binary 10011111 11001100 11011010 11011 110 0 1111 11000010 101100 1001010

Color Harmonies of #9FCCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCCDA

Black with #9FCCDA

Text Example


Text Example

White with #9FCCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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