Html Css Color HEX #089CDA Pacific Blue

📋 copy color: '#089CDA'

red 8 ◦ green 156 ◦ blue 218

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

Shades of Pacific Blue #089CDA

Tints of Pacific Blue #089CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.84%

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

R = 2.09%
G = 40.84%
B = 57.07%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#089CDA (or 0x089CDA) is known color: Pacific Blue. HEX triplet: 08, 9C and DA. RGB value is (8,156,218). Sum of RGB (Red+Green+Blue) = 8+156+218=382 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #089CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089CDA is #F76325. Grayscale: #767676. Windows color (decimal): -16212774 or 14326792. OLE color: 14326792.

HSL color Cylindrical-coordinate representation of color #089CDA: hue angle of 197.71º 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 #089CDA is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 156 218 -
CMYK 0.96 0.28 0 0.15
HSL 197.71º 0.93% 0.44% -
HSV(B) 197.71º 0.96% 0.85% -
XYZ 24.64 28.89 70.61 -
YUV 118.82 183.97 48.96 -
System Red Green Blue C M Y K H S L
Decimal 8 156 218 0.96 0.28 0 0.15 197.71 0.93 0.44
Hex 8 9C DA 60 1C 0 F C6 5D 2C
Octal 10 234 332 140 34 0 17 306 135 54
Binary 1000 10011100 11011010 1100000 11100 0 1111 11000110 1011101 101100

Color Harmonies of #089CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089CDA

Black with #089CDA

Text Example


Text Example

White with #089CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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