Html Css Color HEX #94A8BE Rock Blue

📋 copy color: '#94A8BE'

red 148 ◦ green 168 ◦ blue 190

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

Shades of Rock Blue #94A8BE

Tints of Rock Blue #94A8BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 29.25%
G = 33.2%
B = 37.55%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#94A8BE (or 0x94A8BE) is known color: Rock Blue. HEX triplet: 94, A8 and BE. RGB value is (148,168,190). Sum of RGB (Red+Green+Blue) = 148+168+190=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #94A8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A8BE is #6B5741. Grayscale: #A4A4A4. Windows color (decimal): -7034690 or 12494996. OLE color: 12494996.

HSL color Cylindrical-coordinate representation of color #94A8BE: hue angle of 211.43º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94A8BE is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 168 190 -
CMYK 0.22 0.12 0 0.25
HSL 211.43º 0.24% 0.66% -
HSV(B) 211.43º 0.22% 0.75% -
XYZ 35.51 38.02 54.18 -
YUV 164.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 148 168 190 0.22 0.12 0 0.25 211.43 0.24 0.66
Hex 94 A8 BE 16 C 0 19 D3 18 42
Octal 224 250 276 26 14 0 31 323 30 102
Binary 10010100 10101000 10111110 10110 1100 0 11001 11010011 11000 1000010

Color Harmonies of #94A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A8BE

Black with #94A8BE

Text Example


Text Example

White with #94A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,168,190); }

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

background-color css

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

 a { background-color: rgb(148,168,190); }

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

border-color css

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

 span { border-color: rgb(148,168,190); }

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