Html Css Color HEX #9BA8C3 Rock Blue

📋 copy color: '#9BA8C3'

red 155 ◦ green 168 ◦ blue 195

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

Shades of Rock Blue #9BA8C3

Tints of Rock Blue #9BA8C3

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.43%

 BLUE value IS 195 (76.56% from 255) = 37.64%

R = 29.92%
G = 32.43%
B = 37.64%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9BA8C3 (or 0x9BA8C3) is known color: Rock Blue. HEX triplet: 9B, A8 and C3. RGB value is (155,168,195). Sum of RGB (Red+Green+Blue) = 155+168+195=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 195 - color contains mainly: blue. Hex color #9BA8C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA8C3 is #64573C. Grayscale: #A7A7A7. Windows color (decimal): -6575933 or 12822683. OLE color: 12822683.

HSL color Cylindrical-coordinate representation of color #9BA8C3: hue angle of 220.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BA8C3 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 168 195 -
CMYK 0.21 0.14 0 0.24
HSL 220.5º 0.25% 0.69% -
HSV(B) 220.5º 0.21% 0.76% -
XYZ 37.37 38.91 57.17 -
YUV 167.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 155 168 195 0.21 0.14 0 0.24 220.5 0.25 0.69
Hex 9B A8 C3 15 E 0 18 DC 19 45
Octal 233 250 303 25 16 0 30 334 31 105
Binary 10011011 10101000 11000011 10101 1110 0 11000 11011100 11001 1000101

Color Harmonies of #9BA8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA8C3

Black with #9BA8C3

Text Example


Text Example

White with #9BA8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,168,195); }

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

background-color css

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

 a { background-color: rgb(155,168,195); }

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

border-color css

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

 span { border-color: rgb(155,168,195); }

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