Html Css Color HEX #0895DD Pacific Blue

📋 copy color: '#0895DD'

red 8 ◦ green 149 ◦ blue 221

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

Shades of Pacific Blue #0895DD

Tints of Pacific Blue #0895DD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.42%

 BLUE value IS 221 (86.72% from 255) = 58.47%

R = 2.12%
G = 39.42%
B = 58.47%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0895DD (or 0x0895DD) is known color: Pacific Blue. HEX triplet: 08, 95 and DD. RGB value is (8,149,221). Sum of RGB (Red+Green+Blue) = 8+149+221=378 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #0895DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0895DD is #F76A22. Grayscale: #727272. Windows color (decimal): -16214563 or 14521608. OLE color: 14521608.

HSL color Cylindrical-coordinate representation of color #0895DD: hue angle of 200.28º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0895DD is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 149 221 -
CMYK 0.96 0.33 0 0.13
HSL 200.28º 0.93% 0.45% -
HSV(B) 200.28º 0.96% 0.87% -
XYZ 23.9 26.77 72.31 -
YUV 115.05 187.79 51.65 -
System Red Green Blue C M Y K H S L
Decimal 8 149 221 0.96 0.33 0 0.13 200.28 0.93 0.45
Hex 8 95 DD 60 21 0 D C8 5D 2D
Octal 10 225 335 140 41 0 15 310 135 55
Binary 1000 10010101 11011101 1100000 100001 0 1101 11001000 1011101 101101

Color Harmonies of #0895DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0895DD

Black with #0895DD

Text Example


Text Example

White with #0895DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0895DD; }

 p { color: rgb(8,149,221); }

 H1.HeaderClassName
 {
   color: #0895DD;
 }
 .AnyTagClassName
 {
   color: #0895DD;
 }
</style>

background-color css

<style>
 a { background-color: #0895DD; }

 a { background-color: rgb(8,149,221); }

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

border-color css

<style>
 span { border-color: #0895DD; }

 span { border-color: rgb(8,149,221); }

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