Html Css Color HEX #0889DD Pacific Blue

📋 copy color: '#0889DD'

red 8 ◦ green 137 ◦ blue 221

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

Shades of Pacific Blue #0889DD

Tints of Pacific Blue #0889DD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.43%

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

R = 2.19%
G = 37.43%
B = 60.38%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0889DD (or 0x0889DD) is known color: Pacific Blue. HEX triplet: 08, 89 and DD. RGB value is (8,137,221). Sum of RGB (Red+Green+Blue) = 8+137+221=366 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #0889DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0889DD is #F77622. Grayscale: #6B6B6B. Windows color (decimal): -16217635 or 14518536. OLE color: 14518536.

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

Color convert

RGB 8 137 221 -
CMYK 0.96 0.38 0 0.13
HSL 203.66º 0.93% 0.45% -
HSV(B) 203.66º 0.96% 0.87% -
XYZ 22.1 23.16 71.71 -
YUV 108.01 191.76 56.67 -
System Red Green Blue C M Y K H S L
Decimal 8 137 221 0.96 0.38 0 0.13 203.66 0.93 0.45
Hex 8 89 DD 60 26 0 D CC 5D 2D
Octal 10 211 335 140 46 0 15 314 135 55
Binary 1000 10001001 11011101 1100000 100110 0 1101 11001100 1011101 101101

Color Harmonies of #0889DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0889DD

Black with #0889DD

Text Example


Text Example

White with #0889DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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