Html Css Color HEX #9BCEDC Regent St Blue

📋 copy color: '#9BCEDC'

red 155 ◦ green 206 ◦ blue 220

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

Shades of Regent St Blue #9BCEDC

Tints of Regent St Blue #9BCEDC

RGB

 RED value IS 155 (60.94% from 255) = 26.68%

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

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

R = 26.68%
G = 35.46%
B = 37.87%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BCEDC (or 0x9BCEDC) is known color: Regent St Blue. HEX triplet: 9B, CE and DC. RGB value is (155,206,220). Sum of RGB (Red+Green+Blue) = 155+206+220=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BCEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEDC is #643123. Grayscale: #C0C0C0. Windows color (decimal): -6566180 or 14470811. OLE color: 14470811.

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

Color convert

RGB 155 206 220 -
CMYK 0.30 0.06 0 0.14
HSL 192.92º 0.48% 0.74% -
HSV(B) 192.92º 0.3% 0.86% -
XYZ 48.51 56.28 76.02 -
YUV 192.35 143.6 101.36 -
System Red Green Blue C M Y K H S L
Decimal 155 206 220 0.30 0.06 0 0.14 192.92 0.48 0.74
Hex 9B CE DC 1E 6 0 E C1 30 4A
Octal 233 316 334 36 6 0 16 301 60 112
Binary 10011011 11001110 11011100 11110 110 0 1110 11000001 110000 1001010

Color Harmonies of #9BCEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCEDC

Black with #9BCEDC

Text Example


Text Example

White with #9BCEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,206,220); }

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

background-color css

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

 a { background-color: rgb(155,206,220); }

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

border-color css

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

 span { border-color: rgb(155,206,220); }

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