Html Css Color HEX #9CC6DD Regent St Blue

📋 copy color: '#9CC6DD'

red 156 ◦ green 198 ◦ blue 221

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

Shades of Regent St Blue #9CC6DD

Tints of Regent St Blue #9CC6DD

RGB

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

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

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

R = 27.13%
G = 34.43%
B = 38.43%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9CC6DD (or 0x9CC6DD) is known color: Regent St Blue. HEX triplet: 9C, C6 and DD. RGB value is (156,198,221). Sum of RGB (Red+Green+Blue) = 156+198+221=575 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.13% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CC6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC6DD is #633922. Grayscale: #BBBBBB. Windows color (decimal): -6502691 or 14534300. OLE color: 14534300.

HSL color Cylindrical-coordinate representation of color #9CC6DD: hue angle of 201.23º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CC6DD is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 198 221 -
CMYK 0.29 0.10 0 0.13
HSL 201.23º 0.49% 0.74% -
HSV(B) 201.23º 0.29% 0.87% -
XYZ 46.96 52.68 76.1 -
YUV 188.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 156 198 221 0.29 0.10 0 0.13 201.23 0.49 0.74
Hex 9C C6 DD 1D A 0 D C9 31 4A
Octal 234 306 335 35 12 0 15 311 61 112
Binary 10011100 11000110 11011101 11101 1010 0 1101 11001001 110001 1001010

Color Harmonies of #9CC6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC6DD

Black with #9CC6DD

Text Example


Text Example

White with #9CC6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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