Html Css Color HEX #94A3BC Rock Blue

📋 copy color: '#94A3BC'

red 148 ◦ green 163 ◦ blue 188

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

Shades of Rock Blue #94A3BC

Tints of Rock Blue #94A3BC

RGB

 RED value IS 148 (58.2% from 255) = 29.66%

 GREEN value IS 163 (64.06% from 255) = 32.67%

 BLUE value IS 188 (73.83% from 255) = 37.68%

R = 29.66%
G = 32.67%
B = 37.68%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#94A3BC (or 0x94A3BC) is known color: Rock Blue. HEX triplet: 94, A3 and BC. RGB value is (148,163,188). Sum of RGB (Red+Green+Blue) = 148+163+188=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #94A3BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A3BC is #6B5C43. Grayscale: #A1A1A1. Windows color (decimal): -7035972 or 12362644. OLE color: 12362644.

HSL color Cylindrical-coordinate representation of color #94A3BC: hue angle of 217.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94A3BC is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 163 188 -
CMYK 0.21 0.13 0 0.26
HSL 217.5º 0.23% 0.66% -
HSV(B) 217.5º 0.21% 0.74% -
XYZ 34.39 36.12 52.74 -
YUV 161.37 143.03 118.47 -
System Red Green Blue C M Y K H S L
Decimal 148 163 188 0.21 0.13 0 0.26 217.5 0.23 0.66
Hex 94 A3 BC 15 D 0 1A DA 17 42
Octal 224 243 274 25 15 0 32 332 27 102
Binary 10010100 10100011 10111100 10101 1101 0 11010 11011010 10111 1000010

Color Harmonies of #94A3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A3BC

Black with #94A3BC

Text Example


Text Example

White with #94A3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A3BC; }

 p { color: rgb(148,163,188); }

 H1.HeaderClassName
 {
   color: #94A3BC;
 }
 .AnyTagClassName
 {
   color: #94A3BC;
 }
</style>

background-color css

<style>
 a { background-color: #94A3BC; }

 a { background-color: rgb(148,163,188); }

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

border-color css

<style>
 span { border-color: #94A3BC; }

 span { border-color: rgb(148,163,188); }

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