Html Css Color HEX #9BC6CF Regent St Blue

📋 copy color: '#9BC6CF'

red 155 ◦ green 198 ◦ blue 207

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

Shades of Regent St Blue #9BC6CF

Tints of Regent St Blue #9BC6CF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.36%

 BLUE value IS 207 (81.25% from 255) = 36.96%

R = 27.68%
G = 35.36%
B = 36.96%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9BC6CF (or 0x9BC6CF) is known color: Regent St Blue. HEX triplet: 9B, C6 and CF. RGB value is (155,198,207). Sum of RGB (Red+Green+Blue) = 155+198+207=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #9BC6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC6CF is #643930. Grayscale: #BABABA. Windows color (decimal): -6568241 or 13616795. OLE color: 13616795.

HSL color Cylindrical-coordinate representation of color #9BC6CF: hue angle of 190.38º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BC6CF is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 198 207 -
CMYK 0.25 0.04 0 0.19
HSL 190.38º 0.35% 0.71% -
HSV(B) 190.38º 0.25% 0.81% -
XYZ 44.97 51.86 66.67 -
YUV 186.17 139.75 105.77 -
System Red Green Blue C M Y K H S L
Decimal 155 198 207 0.25 0.04 0 0.19 190.38 0.35 0.71
Hex 9B C6 CF 19 4 0 13 BE 23 47
Octal 233 306 317 31 4 0 23 276 43 107
Binary 10011011 11000110 11001111 11001 100 0 10011 10111110 100011 1000111

Color Harmonies of #9BC6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC6CF

Black with #9BC6CF

Text Example


Text Example

White with #9BC6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,198,207); }

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

background-color css

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

 a { background-color: rgb(155,198,207); }

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

border-color css

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

 span { border-color: rgb(155,198,207); }

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