Html Css Color HEX #9CCEDE Regent St Blue

📋 copy color: '#9CCEDE'

red 156 ◦ green 206 ◦ blue 222

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

Shades of Regent St Blue #9CCEDE

Tints of Regent St Blue #9CCEDE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.27%

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

R = 26.71%
G = 35.27%
B = 38.01%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9CCEDE (or 0x9CCEDE) is known color: Regent St Blue. HEX triplet: 9C, CE and DE. RGB value is (156,206,222). Sum of RGB (Red+Green+Blue) = 156+206+222=584 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.71% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #9CCEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCEDE is #633121. Grayscale: #C0C0C0. Windows color (decimal): -6500642 or 14601884. OLE color: 14601884.

HSL color Cylindrical-coordinate representation of color #9CCEDE: hue angle of 194.55º 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 #9CCEDE is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 206 222 -
CMYK 0.30 0.07 0 0.13
HSL 194.55º 0.5% 0.74% -
HSV(B) 194.55º 0.3% 0.87% -
XYZ 48.97 56.48 77.43 -
YUV 192.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 156 206 222 0.30 0.07 0 0.13 194.55 0.5 0.74
Hex 9C CE DE 1E 7 0 D C3 32 4A
Octal 234 316 336 36 7 0 15 303 62 112
Binary 10011100 11001110 11011110 11110 111 0 1101 11000011 110010 1001010

Color Harmonies of #9CCEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCEDE

Black with #9CCEDE

Text Example


Text Example

White with #9CCEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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