Html Css Color HEX #9CC6DE Regent St Blue

📋 copy color: '#9CC6DE'

red 156 ◦ green 198 ◦ blue 222

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

Shades of Regent St Blue #9CC6DE

Tints of Regent St Blue #9CC6DE

RGB

 RED value IS 156 (61.33% from 255) = 27.08%

 GREEN value IS 198 (77.73% from 255) = 34.38%

 BLUE value IS 222 (87.11% from 255) = 38.54%

R = 27.08%
G = 34.38%
B = 38.54%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9CC6DE (or 0x9CC6DE) is known color: Regent St Blue. HEX triplet: 9C, C6 and DE. RGB value is (156,198,222). Sum of RGB (Red+Green+Blue) = 156+198+222=576 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.08% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #9CC6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC6DE is #633921. Grayscale: #BCBCBC. Windows color (decimal): -6502690 or 14599836. OLE color: 14599836.

HSL color Cylindrical-coordinate representation of color #9CC6DE: hue angle of 201.82º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CC6DE is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 198 222 -
CMYK 0.30 0.11 0 0.13
HSL 201.82º 0.5% 0.74% -
HSV(B) 201.82º 0.3% 0.87% -
XYZ 47.09 52.73 76.8 -
YUV 188.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 156 198 222 0.30 0.11 0 0.13 201.82 0.5 0.74
Hex 9C C6 DE 1E B 0 D CA 32 4A
Octal 234 306 336 36 13 0 15 312 62 112
Binary 10011100 11000110 11011110 11110 1011 0 1101 11001010 110010 1001010

Color Harmonies of #9CC6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC6DE

Black with #9CC6DE

Text Example


Text Example

White with #9CC6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,198,222); }

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

background-color css

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

 a { background-color: rgb(156,198,222); }

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

border-color css

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

 span { border-color: rgb(156,198,222); }

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