Html Css Color HEX #9BCCD8 Regent St Blue

📋 copy color: '#9BCCD8'

red 155 ◦ green 204 ◦ blue 216

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

Shades of Regent St Blue #9BCCD8

Tints of Regent St Blue #9BCCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.57%

R = 26.96%
G = 35.48%
B = 37.57%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BCCD8 (or 0x9BCCD8) is known color: Regent St Blue. HEX triplet: 9B, CC and D8. RGB value is (155,204,216). Sum of RGB (Red+Green+Blue) = 155+204+216=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 216 - color contains mainly: blue. Hex color #9BCCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCD8 is #643327. Grayscale: #BEBEBE. Windows color (decimal): -6566696 or 14208155. OLE color: 14208155.

HSL color Cylindrical-coordinate representation of color #9BCCD8: hue angle of 191.8º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BCCD8 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 204 216 -
CMYK 0.28 0.06 0 0.15
HSL 191.8º 0.44% 0.73% -
HSV(B) 191.8º 0.28% 0.85% -
XYZ 47.51 55.11 73.1 -
YUV 190.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 155 204 216 0.28 0.06 0 0.15 191.8 0.44 0.73
Hex 9B CC D8 1C 6 0 F C0 2C 49
Octal 233 314 330 34 6 0 17 300 54 111
Binary 10011011 11001100 11011000 11100 110 0 1111 11000000 101100 1001001

Color Harmonies of #9BCCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCCD8

Black with #9BCCD8

Text Example


Text Example

White with #9BCCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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