Html Css Color HEX #9BC0DA Regent St Blue

📋 copy color: '#9BC0DA'

red 155 ◦ green 192 ◦ blue 218

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

Shades of Regent St Blue #9BC0DA

Tints of Regent St Blue #9BC0DA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.98%

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

R = 27.43%
G = 33.98%
B = 38.58%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BC0DA (or 0x9BC0DA) is known color: Regent St Blue. HEX triplet: 9B, C0 and DA. RGB value is (155,192,218). Sum of RGB (Red+Green+Blue) = 155+192+218=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BC0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC0DA is #643F25. Grayscale: #B7B7B7. Windows color (decimal): -6569766 or 14336155. OLE color: 14336155.

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

Color convert

RGB 155 192 218 -
CMYK 0.29 0.12 0 0.15
HSL 204.76º 0.46% 0.73% -
HSV(B) 204.76º 0.29% 0.85% -
XYZ 45.02 49.73 73.56 -
YUV 183.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 155 192 218 0.29 0.12 0 0.15 204.76 0.46 0.73
Hex 9B C0 DA 1D C 0 F CD 2E 49
Octal 233 300 332 35 14 0 17 315 56 111
Binary 10011011 11000000 11011010 11101 1100 0 1111 11001101 101110 1001001

Color Harmonies of #9BC0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC0DA

Black with #9BC0DA

Text Example


Text Example

White with #9BC0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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