Html Css Color HEX #0895DE Pacific Blue

📋 copy color: '#0895DE'

red 8 ◦ green 149 ◦ blue 222

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

Shades of Pacific Blue #0895DE

Tints of Pacific Blue #0895DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.58%

R = 2.11%
G = 39.31%
B = 58.58%

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

#0895DE (or 0x0895DE) is known color: Pacific Blue. HEX triplet: 08, 95 and DE. RGB value is (8,149,222). Sum of RGB (Red+Green+Blue) = 8+149+222=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #0895DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0895DE is #F76A21. Grayscale: #727272. Windows color (decimal): -16214562 or 14587144. OLE color: 14587144.

HSL color Cylindrical-coordinate representation of color #0895DE: hue angle of 200.47º 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 #0895DE is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 149 222 -
CMYK 0.96 0.33 0 0.13
HSL 200.47º 0.93% 0.45% -
HSV(B) 200.47º 0.96% 0.87% -
XYZ 24.03 26.82 73.02 -
YUV 115.16 188.29 51.56 -
System Red Green Blue C M Y K H S L
Decimal 8 149 222 0.96 0.33 0 0.13 200.47 0.93 0.45
Hex 8 95 DE 60 21 0 D C8 5D 2D
Octal 10 225 336 140 41 0 15 310 135 55
Binary 1000 10010101 11011110 1100000 100001 0 1101 11001000 1011101 101101

Color Harmonies of #0895DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0895DE

Black with #0895DE

Text Example


Text Example

White with #0895DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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