Html Css Color HEX #9BCCDA Regent St Blue

📋 copy color: '#9BCCDA'

red 155 ◦ green 204 ◦ blue 218

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

Shades of Regent St Blue #9BCCDA

Tints of Regent St Blue #9BCCDA

RGB

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

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

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

R = 26.86%
G = 35.36%
B = 37.78%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BCCDA (or 0x9BCCDA) is known color: Regent St Blue. HEX triplet: 9B, CC and DA. RGB value is (155,204,218). Sum of RGB (Red+Green+Blue) = 155+204+218=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BCCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCDA is #643325. Grayscale: #BEBEBE. Windows color (decimal): -6566694 or 14339227. OLE color: 14339227.

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

Color convert

RGB 155 204 218 -
CMYK 0.29 0.06 0 0.15
HSL 193.33º 0.46% 0.73% -
HSV(B) 193.33º 0.29% 0.85% -
XYZ 47.77 55.22 74.47 -
YUV 190.95 143.27 102.36 -
System Red Green Blue C M Y K H S L
Decimal 155 204 218 0.29 0.06 0 0.15 193.33 0.46 0.73
Hex 9B CC DA 1D 6 0 F C1 2E 49
Octal 233 314 332 35 6 0 17 301 56 111
Binary 10011011 11001100 11011010 11101 110 0 1111 11000001 101110 1001001

Color Harmonies of #9BCCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCCDA

Black with #9BCCDA

Text Example


Text Example

White with #9BCCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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