Html Css Color HEX #9BD0DD Regent St Blue

📋 copy color: '#9BD0DD'

red 155 ◦ green 208 ◦ blue 221

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

Shades of Regent St Blue #9BD0DD

Tints of Regent St Blue #9BD0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 26.54%
G = 35.62%
B = 37.84%

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

#9BD0DD (or 0x9BD0DD) is known color: Regent St Blue. HEX triplet: 9B, D0 and DD. RGB value is (155,208,221). Sum of RGB (Red+Green+Blue) = 155+208+221=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BD0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD0DD is #642F22. Grayscale: #C1C1C1. Windows color (decimal): -6565667 or 14536859. OLE color: 14536859.

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

Color convert

RGB 155 208 221 -
CMYK 0.30 0.06 0 0.13
HSL 191.82º 0.49% 0.74% -
HSV(B) 191.82º 0.3% 0.87% -
XYZ 49.12 57.3 76.88 -
YUV 193.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 155 208 221 0.30 0.06 0 0.13 191.82 0.49 0.74
Hex 9B D0 DD 1E 6 0 D C0 31 4A
Octal 233 320 335 36 6 0 15 300 61 112
Binary 10011011 11010000 11011101 11110 110 0 1101 11000000 110001 1001010

Color Harmonies of #9BD0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD0DD

Black with #9BD0DD

Text Example


Text Example

White with #9BD0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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