Html Css Color HEX #9FCCDC Regent St Blue

📋 copy color: '#9FCCDC'

red 159 ◦ green 204 ◦ blue 220

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

Shades of Regent St Blue #9FCCDC

Tints of Regent St Blue #9FCCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.74%

R = 27.27%
G = 34.99%
B = 37.74%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FCCDC (or 0x9FCCDC) is known color: Regent St Blue. HEX triplet: 9F, CC and DC. RGB value is (159,204,220). Sum of RGB (Red+Green+Blue) = 159+204+220=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FCCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCDC is #603323. Grayscale: #C0C0C0. Windows color (decimal): -6304548 or 14470303. OLE color: 14470303.

HSL color Cylindrical-coordinate representation of color #9FCCDC: hue angle of 195.74º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FCCDC is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 204 220 -
CMYK 0.28 0.07 0 0.14
HSL 195.74º 0.47% 0.74% -
HSV(B) 195.74º 0.28% 0.86% -
XYZ 48.81 55.72 75.89 -
YUV 192.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 159 204 220 0.28 0.07 0 0.14 195.74 0.47 0.74
Hex 9F CC DC 1C 7 0 E C4 2F 4A
Octal 237 314 334 34 7 0 16 304 57 112
Binary 10011111 11001100 11011100 11100 111 0 1110 11000100 101111 1001010

Color Harmonies of #9FCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCCDC

Black with #9FCCDC

Text Example


Text Example

White with #9FCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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