Html Css Color HEX #9CCCDC Regent St Blue

📋 copy color: '#9CCCDC'

red 156 ◦ green 204 ◦ blue 220

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

Shades of Regent St Blue #9CCCDC

Tints of Regent St Blue #9CCCDC

RGB

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

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

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

R = 26.9%
G = 35.17%
B = 37.93%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9CCCDC (or 0x9CCCDC) is known color: Regent St Blue. HEX triplet: 9C, CC and DC. RGB value is (156,204,220). Sum of RGB (Red+Green+Blue) = 156+204+220=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CCCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCCDC is #633323. Grayscale: #BFBFBF. Windows color (decimal): -6501156 or 14470300. OLE color: 14470300.

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

Color convert

RGB 156 204 220 -
CMYK 0.29 0.07 0 0.14
HSL 195º 0.48% 0.74% -
HSV(B) 195º 0.29% 0.86% -
XYZ 48.22 55.42 75.87 -
YUV 191.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 156 204 220 0.29 0.07 0 0.14 195 0.48 0.74
Hex 9C CC DC 1D 7 0 E C3 30 4A
Octal 234 314 334 35 7 0 16 303 60 112
Binary 10011100 11001100 11011100 11101 111 0 1110 11000011 110000 1001010

Color Harmonies of #9CCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCCDC

Black with #9CCCDC

Text Example


Text Example

White with #9CCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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