Html Css Color HEX #9CCDE0 Regent St Blue

📋 copy color: '#9CCDE0'

red 156 ◦ green 205 ◦ blue 224

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

Shades of Regent St Blue #9CCDE0

Tints of Regent St Blue #9CCDE0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.04%

 BLUE value IS 224 (87.89% from 255) = 38.29%

R = 26.67%
G = 35.04%
B = 38.29%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9CCDE0 (or 0x9CCDE0) is known color: Regent St Blue. HEX triplet: 9C, CD and E0. RGB value is (156,205,224). Sum of RGB (Red+Green+Blue) = 156+205+224=585 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.67% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CCDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCDE0 is #63321F. Grayscale: #C0C0C0. Windows color (decimal): -6500896 or 14732700. OLE color: 14732700.

HSL color Cylindrical-coordinate representation of color #9CCDE0: hue angle of 196.76º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CCDE0 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 205 224 -
CMYK 0.30 0.08 0 0.12
HSL 196.76º 0.52% 0.75% -
HSV(B) 196.76º 0.3% 0.88% -
XYZ 49 56.11 78.77 -
YUV 192.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 156 205 224 0.30 0.08 0 0.12 196.76 0.52 0.75
Hex 9C CD E0 1E 8 0 C C5 34 4B
Octal 234 315 340 36 10 0 14 305 64 113
Binary 10011100 11001101 11100000 11110 1000 0 1100 11000101 110100 1001011

Color Harmonies of #9CCDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCDE0

Black with #9CCDE0

Text Example


Text Example

White with #9CCDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,205,224); }

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

background-color css

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

 a { background-color: rgb(156,205,224); }

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

border-color css

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

 span { border-color: rgb(156,205,224); }

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