Html Css Color HEX #9BD1DE Regent St Blue

📋 copy color: '#9BD1DE'

red 155 ◦ green 209 ◦ blue 222

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

Shades of Regent St Blue #9BD1DE

Tints of Regent St Blue #9BD1DE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.67%

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

R = 26.45%
G = 35.67%
B = 37.88%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BD1DE (or 0x9BD1DE) is known color: Regent St Blue. HEX triplet: 9B, D1 and DE. RGB value is (155,209,222). Sum of RGB (Red+Green+Blue) = 155+209+222=586 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.45% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BD1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD1DE is #642E21. Grayscale: #C2C2C2. Windows color (decimal): -6565410 or 14602651. OLE color: 14602651.

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

Color convert

RGB 155 209 222 -
CMYK 0.30 0.06 0 0.13
HSL 191.64º 0.5% 0.74% -
HSV(B) 191.64º 0.3% 0.87% -
XYZ 49.5 57.84 77.66 -
YUV 194.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 155 209 222 0.30 0.06 0 0.13 191.64 0.5 0.74
Hex 9B D1 DE 1E 6 0 D C0 32 4A
Octal 233 321 336 36 6 0 15 300 62 112
Binary 10011011 11010001 11011110 11110 110 0 1101 11000000 110010 1001010

Color Harmonies of #9BD1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD1DE

Black with #9BD1DE

Text Example


Text Example

White with #9BD1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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