Html Css Color HEX #0899DB Pacific Blue

📋 copy color: '#0899DB'

red 8 ◦ green 153 ◦ blue 219

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

Shades of Pacific Blue #0899DB

Tints of Pacific Blue #0899DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.26%

 BLUE value IS 219 (85.94% from 255) = 57.63%

R = 2.11%
G = 40.26%
B = 57.63%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0899DB (or 0x0899DB) is known color: Pacific Blue. HEX triplet: 08, 99 and DB. RGB value is (8,153,219). Sum of RGB (Red+Green+Blue) = 8+153+219=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #0899DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0899DB is #F76624. Grayscale: #747474. Windows color (decimal): -16213541 or 14391560. OLE color: 14391560.

HSL color Cylindrical-coordinate representation of color #0899DB: hue angle of 198.77º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0899DB is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 153 219 -
CMYK 0.96 0.30 0 0.14
HSL 198.77º 0.93% 0.45% -
HSV(B) 198.77º 0.96% 0.86% -
XYZ 24.28 27.95 71.13 -
YUV 117.17 185.46 50.13 -
System Red Green Blue C M Y K H S L
Decimal 8 153 219 0.96 0.30 0 0.14 198.77 0.93 0.45
Hex 8 99 DB 60 1E 0 E C7 5D 2D
Octal 10 231 333 140 36 0 16 307 135 55
Binary 1000 10011001 11011011 1100000 11110 0 1110 11000111 1011101 101101

Color Harmonies of #0899DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0899DB

Black with #0899DB

Text Example


Text Example

White with #0899DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0899DB; }

 p { color: rgb(8,153,219); }

 H1.HeaderClassName
 {
   color: #0899DB;
 }
 .AnyTagClassName
 {
   color: #0899DB;
 }
</style>

background-color css

<style>
 a { background-color: #0899DB; }

 a { background-color: rgb(8,153,219); }

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

border-color css

<style>
 span { border-color: #0899DB; }

 span { border-color: rgb(8,153,219); }

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