Html Css Color HEX #9BD1DA Regent St Blue

📋 copy color: '#9BD1DA'

red 155 ◦ green 209 ◦ blue 218

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

Shades of Regent St Blue #9BD1DA

Tints of Regent St Blue #9BD1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.46%

R = 26.63%
G = 35.91%
B = 37.46%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BD1DA (or 0x9BD1DA) is known color: Regent St Blue. HEX triplet: 9B, D1 and DA. RGB value is (155,209,218). Sum of RGB (Red+Green+Blue) = 155+209+218=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BD1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD1DA is #642E25. Grayscale: #C1C1C1. Windows color (decimal): -6565414 or 14340507. OLE color: 14340507.

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

Color convert

RGB 155 209 218 -
CMYK 0.29 0.04 0 0.15
HSL 188.57º 0.46% 0.73% -
HSV(B) 188.57º 0.29% 0.85% -
XYZ 48.97 57.63 74.87 -
YUV 193.88 141.61 100.27 -
System Red Green Blue C M Y K H S L
Decimal 155 209 218 0.29 0.04 0 0.15 188.57 0.46 0.73
Hex 9B D1 DA 1D 4 0 F BD 2E 49
Octal 233 321 332 35 4 0 17 275 56 111
Binary 10011011 11010001 11011010 11101 100 0 1111 10111101 101110 1001001

Color Harmonies of #9BD1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD1DA

Black with #9BD1DA

Text Example


Text Example

White with #9BD1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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