Html Css Color HEX #9BC7DE Regent St Blue

📋 copy color: '#9BC7DE'

red 155 ◦ green 199 ◦ blue 222

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

Shades of Regent St Blue #9BC7DE

Tints of Regent St Blue #9BC7DE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.55%

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

R = 26.91%
G = 34.55%
B = 38.54%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BC7DE (or 0x9BC7DE) is known color: Regent St Blue. HEX triplet: 9B, C7 and DE. RGB value is (155,199,222). Sum of RGB (Red+Green+Blue) = 155+199+222=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BC7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC7DE is #643821. Grayscale: #BCBCBC. Windows color (decimal): -6567970 or 14600091. OLE color: 14600091.

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

Color convert

RGB 155 199 222 -
CMYK 0.30 0.10 0 0.13
HSL 200.6º 0.5% 0.74% -
HSV(B) 200.6º 0.3% 0.87% -
XYZ 47.13 53.09 76.87 -
YUV 188.47 146.92 104.13 -
System Red Green Blue C M Y K H S L
Decimal 155 199 222 0.30 0.10 0 0.13 200.6 0.5 0.74
Hex 9B C7 DE 1E A 0 D C9 32 4A
Octal 233 307 336 36 12 0 15 311 62 112
Binary 10011011 11000111 11011110 11110 1010 0 1101 11001001 110010 1001010

Color Harmonies of #9BC7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC7DE

Black with #9BC7DE

Text Example


Text Example

White with #9BC7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,199,222); }

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

background-color css

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

 a { background-color: rgb(155,199,222); }

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

border-color css

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

 span { border-color: rgb(155,199,222); }

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