Html Css Color HEX #9BCEDD Regent St Blue

📋 copy color: '#9BCEDD'

red 155 ◦ green 206 ◦ blue 221

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

Shades of Regent St Blue #9BCEDD

Tints of Regent St Blue #9BCEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.4%

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

R = 26.63%
G = 35.4%
B = 37.97%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BCEDD (or 0x9BCEDD) is known color: Regent St Blue. HEX triplet: 9B, CE and DD. RGB value is (155,206,221). Sum of RGB (Red+Green+Blue) = 155+206+221=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BCEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEDD is #643122. Grayscale: #C0C0C0. Windows color (decimal): -6566179 or 14536347. OLE color: 14536347.

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

Color convert

RGB 155 206 221 -
CMYK 0.30 0.07 0 0.13
HSL 193.64º 0.49% 0.74% -
HSV(B) 193.64º 0.3% 0.87% -
XYZ 48.64 56.33 76.72 -
YUV 192.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 155 206 221 0.30 0.07 0 0.13 193.64 0.49 0.74
Hex 9B CE DD 1E 7 0 D C2 31 4A
Octal 233 316 335 36 7 0 15 302 61 112
Binary 10011011 11001110 11011101 11110 111 0 1101 11000010 110001 1001010

Color Harmonies of #9BCEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCEDD

Black with #9BCEDD

Text Example


Text Example

White with #9BCEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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