Html Css Color HEX #9BCCD5 Regent St Blue

📋 copy color: '#9BCCD5'

red 155 ◦ green 204 ◦ blue 213

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

Shades of Regent St Blue #9BCCD5

Tints of Regent St Blue #9BCCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.24%

R = 27.1%
G = 35.66%
B = 37.24%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9BCCD5 (or 0x9BCCD5) is known color: Regent St Blue. HEX triplet: 9B, CC and D5. RGB value is (155,204,213). Sum of RGB (Red+Green+Blue) = 155+204+213=572 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.10% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 213 - color contains mainly: blue. Hex color #9BCCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCD5 is #64332A. Grayscale: #BEBEBE. Windows color (decimal): -6566699 or 14011547. OLE color: 14011547.

HSL color Cylindrical-coordinate representation of color #9BCCD5: hue angle of 189.31º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BCCD5 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 204 213 -
CMYK 0.27 0.04 0 0.16
HSL 189.31º 0.41% 0.72% -
HSV(B) 189.31º 0.27% 0.84% -
XYZ 47.12 54.96 71.08 -
YUV 190.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 155 204 213 0.27 0.04 0 0.16 189.31 0.41 0.72
Hex 9B CC D5 1B 4 0 10 BD 29 48
Octal 233 314 325 33 4 0 20 275 51 110
Binary 10011011 11001100 11010101 11011 100 0 10000 10111101 101001 1001000

Color Harmonies of #9BCCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCCD5

Black with #9BCCD5

Text Example


Text Example

White with #9BCCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,204,213); }

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

background-color css

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

 a { background-color: rgb(155,204,213); }

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

border-color css

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

 span { border-color: rgb(155,204,213); }

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