Html Css Color HEX #9BCCDF Regent St Blue

📋 copy color: '#9BCCDF'

red 155 ◦ green 204 ◦ blue 223

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

Shades of Regent St Blue #9BCCDF

Tints of Regent St Blue #9BCCDF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.05%

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

R = 26.63%
G = 35.05%
B = 38.32%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BCCDF (or 0x9BCCDF) is known color: Regent St Blue. HEX triplet: 9B, CC and DF. RGB value is (155,204,223). Sum of RGB (Red+Green+Blue) = 155+204+223=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BCCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCDF is #643320. Grayscale: #BFBFBF. Windows color (decimal): -6566689 or 14666907. OLE color: 14666907.

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

Color convert

RGB 155 204 223 -
CMYK 0.30 0.09 0 0.13
HSL 196.76º 0.52% 0.74% -
HSV(B) 196.76º 0.3% 0.87% -
XYZ 48.43 55.48 77.97 -
YUV 191.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 155 204 223 0.30 0.09 0 0.13 196.76 0.52 0.74
Hex 9B CC DF 1E 9 0 D C5 34 4A
Octal 233 314 337 36 11 0 15 305 64 112
Binary 10011011 11001100 11011111 11110 1001 0 1101 11000101 110100 1001010

Color Harmonies of #9BCCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCCDF

Black with #9BCCDF

Text Example


Text Example

White with #9BCCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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