Html Css Color HEX #9BD0DA Regent St Blue

📋 copy color: '#9BD0DA'

red 155 ◦ green 208 ◦ blue 218

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

Shades of Regent St Blue #9BD0DA

Tints of Regent St Blue #9BD0DA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.8%

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

R = 26.68%
G = 35.8%
B = 37.52%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BD0DA (or 0x9BD0DA) is known color: Regent St Blue. HEX triplet: 9B, D0 and DA. RGB value is (155,208,218). Sum of RGB (Red+Green+Blue) = 155+208+218=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BD0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD0DA is #642F25. Grayscale: #C1C1C1. Windows color (decimal): -6565670 or 14340251. OLE color: 14340251.

HSL color Cylindrical-coordinate representation of color #9BD0DA: hue angle of 189.52º 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 #9BD0DA is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 208 218 -
CMYK 0.29 0.05 0 0.15
HSL 189.52º 0.46% 0.73% -
HSV(B) 189.52º 0.29% 0.85% -
XYZ 48.73 57.14 74.79 -
YUV 193.29 141.94 100.69 -
System Red Green Blue C M Y K H S L
Decimal 155 208 218 0.29 0.05 0 0.15 189.52 0.46 0.73
Hex 9B D0 DA 1D 5 0 F BE 2E 49
Octal 233 320 332 35 5 0 17 276 56 111
Binary 10011011 11010000 11011010 11101 101 0 1111 10111110 101110 1001001

Color Harmonies of #9BD0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD0DA

Black with #9BD0DA

Text Example


Text Example

White with #9BD0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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