Html Css Color HEX #0089DD Pacific Blue

📋 copy color: '#0089DD'

red 0 ◦ green 137 ◦ blue 221

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

Shades of Pacific Blue #0089DD

Tints of Pacific Blue #0089DD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 38.27%
B = 61.73%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0089DD (or 0x0089DD) is known color: Pacific Blue. HEX triplet: 00, 89 and DD. RGB value is (0,137,221). Sum of RGB (Red+Green+Blue) = 0+137+221=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #0089DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0089DD is #FF7622. Grayscale: #696969. Windows color (decimal): -16741923 or 14518528. OLE color: 14518528.

HSL color Cylindrical-coordinate representation of color #0089DD: hue angle of 202.81º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0089DD is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 137 221 -
CMYK 1 0.38 0 0.13
HSL 202.81º 1% 0.43% -
HSV(B) 202.81º 1% 0.87% -
XYZ 22 23.11 71.71 -
YUV 105.61 193.11 52.67 -
System Red Green Blue C M Y K H S L
Decimal 0 137 221 1 0.38 0 0.13 202.81 1 0.43
Hex 0 89 DD 64 26 0 D CB 64 2B
Octal 0 211 335 144 46 0 15 313 144 53
Binary 0 10001001 11011101 1100100 100110 0 1101 11001011 1100100 101011

Color Harmonies of #0089DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0089DD

Black with #0089DD

Text Example


Text Example

White with #0089DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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