Html Css Color HEX #089ADA Pacific Blue

📋 copy color: '#089ADA'

red 8 ◦ green 154 ◦ blue 218

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

Shades of Pacific Blue #089ADA

Tints of Pacific Blue #089ADA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.53%

 BLUE value IS 218 (85.55% from 255) = 57.37%

R = 2.11%
G = 40.53%
B = 57.37%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#089ADA (or 0x089ADA) is known color: Pacific Blue. HEX triplet: 08, 9A and DA. RGB value is (8,154,218). Sum of RGB (Red+Green+Blue) = 8+154+218=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #089ADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089ADA is #F76525. Grayscale: #757575. Windows color (decimal): -16213286 or 14326280. OLE color: 14326280.

HSL color Cylindrical-coordinate representation of color #089ADA: hue angle of 198.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089ADA is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 154 218 -
CMYK 0.96 0.29 0 0.15
HSL 198.29º 0.93% 0.44% -
HSV(B) 198.29º 0.96% 0.85% -
XYZ 24.31 28.22 70.5 -
YUV 117.64 184.63 49.8 -
System Red Green Blue C M Y K H S L
Decimal 8 154 218 0.96 0.29 0 0.15 198.29 0.93 0.44
Hex 8 9A DA 60 1D 0 F C6 5D 2C
Octal 10 232 332 140 35 0 17 306 135 54
Binary 1000 10011010 11011010 1100000 11101 0 1111 11000110 1011101 101100

Color Harmonies of #089ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089ADA

Black with #089ADA

Text Example


Text Example

White with #089ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089ADA; }

 p { color: rgb(8,154,218); }

 H1.HeaderClassName
 {
   color: #089ADA;
 }
 .AnyTagClassName
 {
   color: #089ADA;
 }
</style>

background-color css

<style>
 a { background-color: #089ADA; }

 a { background-color: rgb(8,154,218); }

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

border-color css

<style>
 span { border-color: #089ADA; }

 span { border-color: rgb(8,154,218); }

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