Html Css Color HEX #0894D8 Pacific Blue

📋 copy color: '#0894D8'

red 8 ◦ green 148 ◦ blue 216

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

Shades of Pacific Blue #0894D8

Tints of Pacific Blue #0894D8

RGB

 RED value IS 8 (3.52% from 255) = 2.15%

 GREEN value IS 148 (58.2% from 255) = 39.78%

 BLUE value IS 216 (84.77% from 255) = 58.06%

R = 2.15%
G = 39.78%
B = 58.06%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0894D8 (or 0x0894D8) is known color: Pacific Blue. HEX triplet: 08, 94 and D8. RGB value is (8,148,216). Sum of RGB (Red+Green+Blue) = 8+148+216=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 216 (84.77% from 255 or 58.06% from 372); Max value from RGB is 216 - color contains mainly: blue. Hex color #0894D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0894D8 is #F76B27. Grayscale: #717171. Windows color (decimal): -16214824 or 14193672. OLE color: 14193672.

HSL color Cylindrical-coordinate representation of color #0894D8: hue angle of 199.62º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0894D8 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 148 216 -
CMYK 0.96 0.31 0 0.15
HSL 199.62º 0.93% 0.44% -
HSV(B) 199.62º 0.96% 0.85% -
XYZ 23.08 26.19 68.8 -
YUV 113.89 185.62 52.47 -
System Red Green Blue C M Y K H S L
Decimal 8 148 216 0.96 0.31 0 0.15 199.62 0.93 0.44
Hex 8 94 D8 60 1F 0 F C8 5D 2C
Octal 10 224 330 140 37 0 17 310 135 54
Binary 1000 10010100 11011000 1100000 11111 0 1111 11001000 1011101 101100

Color Harmonies of #0894D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0894D8

Black with #0894D8

Text Example


Text Example

White with #0894D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0894D8; }

 p { color: rgb(8,148,216); }

 H1.HeaderClassName
 {
   color: #0894D8;
 }
 .AnyTagClassName
 {
   color: #0894D8;
 }
</style>

background-color css

<style>
 a { background-color: #0894D8; }

 a { background-color: rgb(8,148,216); }

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

border-color css

<style>
 span { border-color: #0894D8; }

 span { border-color: rgb(8,148,216); }

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