Html Css Color HEX #089CE1 Pacific Blue

📋 copy color: '#089CE1'

red 8 ◦ green 156 ◦ blue 225

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

Shades of Pacific Blue #089CE1

Tints of Pacific Blue #089CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 57.84%

R = 2.06%
G = 40.1%
B = 57.84%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#089CE1 (or 0x089CE1) is known color: Pacific Blue. HEX triplet: 08, 9C and E1. RGB value is (8,156,225). Sum of RGB (Red+Green+Blue) = 8+156+225=389 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 225 (88.28% from 255 or 57.84% from 389); Max value from RGB is 225 - color contains mainly: blue. Hex color #089CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089CE1 is #F7631E. Grayscale: #777777. Windows color (decimal): -16212767 or 14785544. OLE color: 14785544.

HSL color Cylindrical-coordinate representation of color #089CE1: hue angle of 199.08º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089CE1 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 8 156 225 -
CMYK 0.96 0.31 0 0.12
HSL 199.08º 0.93% 0.46% -
HSV(B) 199.08º 0.96% 0.88% -
XYZ 25.58 29.26 75.53 -
YUV 119.61 187.47 48.39 -
System Red Green Blue C M Y K H S L
Decimal 8 156 225 0.96 0.31 0 0.12 199.08 0.93 0.46
Hex 8 9C E1 60 1F 0 C C7 5D 2E
Octal 10 234 341 140 37 0 14 307 135 56
Binary 1000 10011100 11100001 1100000 11111 0 1100 11000111 1011101 101110

Color Harmonies of #089CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089CE1

Black with #089CE1

Text Example


Text Example

White with #089CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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