Html Css Color HEX #9BCDDF Regent St Blue

📋 copy color: '#9BCDDF'

red 155 ◦ green 205 ◦ blue 223

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

Shades of Regent St Blue #9BCDDF

Tints of Regent St Blue #9BCDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.16%

 BLUE value IS 223 (87.5% from 255) = 38.25%

R = 26.59%
G = 35.16%
B = 38.25%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BCDDF (or 0x9BCDDF) is known color: Regent St Blue. HEX triplet: 9B, CD and DF. RGB value is (155,205,223). Sum of RGB (Red+Green+Blue) = 155+205+223=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BCDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDDF is #643220. Grayscale: #BFBFBF. Windows color (decimal): -6566433 or 14667163. OLE color: 14667163.

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

Color convert

RGB 155 205 223 -
CMYK 0.30 0.08 0 0.13
HSL 195.88º 0.52% 0.74% -
HSV(B) 195.88º 0.3% 0.87% -
XYZ 48.67 55.96 78.05 -
YUV 192.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 155 205 223 0.30 0.08 0 0.13 195.88 0.52 0.74
Hex 9B CD DF 1E 8 0 D C4 34 4A
Octal 233 315 337 36 10 0 15 304 64 112
Binary 10011011 11001101 11011111 11110 1000 0 1101 11000100 110100 1001010

Color Harmonies of #9BCDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCDDF

Black with #9BCDDF

Text Example


Text Example

White with #9BCDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,205,223); }

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

background-color css

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

 a { background-color: rgb(155,205,223); }

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

border-color css

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

 span { border-color: rgb(155,205,223); }

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