Html Css Color HEX #9BCCE0 Regent St Blue

📋 copy color: '#9BCCE0'

red 155 ◦ green 204 ◦ blue 224

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

Shades of Regent St Blue #9BCCE0

Tints of Regent St Blue #9BCCE0

RGB

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

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

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

R = 26.59%
G = 34.99%
B = 38.42%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9BCCE0 (or 0x9BCCE0) is known color: Regent St Blue. HEX triplet: 9B, CC and E0. RGB value is (155,204,224). Sum of RGB (Red+Green+Blue) = 155+204+224=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #9BCCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCE0 is #64331F. Grayscale: #BFBFBF. Windows color (decimal): -6566688 or 14732443. OLE color: 14732443.

HSL color Cylindrical-coordinate representation of color #9BCCE0: hue angle of 197.39º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BCCE0 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 204 224 -
CMYK 0.31 0.09 0 0.12
HSL 197.39º 0.53% 0.74% -
HSV(B) 197.39º 0.31% 0.88% -
XYZ 48.56 55.54 78.68 -
YUV 191.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 155 204 224 0.31 0.09 0 0.12 197.39 0.53 0.74
Hex 9B CC E0 1F 9 0 C C5 35 4A
Octal 233 314 340 37 11 0 14 305 65 112
Binary 10011011 11001100 11100000 11111 1001 0 1100 11000101 110101 1001010

Color Harmonies of #9BCCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCCE0

Black with #9BCCE0

Text Example


Text Example

White with #9BCCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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