Html Css Color HEX #089BCA Pacific Blue

📋 copy color: '#089BCA'

red 8 ◦ green 155 ◦ blue 202

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

Shades of Pacific Blue #089BCA

Tints of Pacific Blue #089BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.47%

 BLUE value IS 202 (79.3% from 255) = 55.34%

R = 2.19%
G = 42.47%
B = 55.34%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#089BCA (or 0x089BCA) is known color: Pacific Blue. HEX triplet: 08, 9B and CA. RGB value is (8,155,202). Sum of RGB (Red+Green+Blue) = 8+155+202=365 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #089BCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BCA is #F76435. Grayscale: #747474. Windows color (decimal): -16213046 or 13277960. OLE color: 13277960.

HSL color Cylindrical-coordinate representation of color #089BCA: hue angle of 194.54º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089BCA is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 8 155 202 -
CMYK 0.96 0.23 0 0.21
HSL 194.54º 0.92% 0.41% -
HSV(B) 194.54º 0.96% 0.79% -
XYZ 22.48 27.76 60.05 -
YUV 116.41 176.3 50.68 -
System Red Green Blue C M Y K H S L
Decimal 8 155 202 0.96 0.23 0 0.21 194.54 0.92 0.41
Hex 8 9B CA 60 17 0 15 C3 5C 29
Octal 10 233 312 140 27 0 25 303 134 51
Binary 1000 10011011 11001010 1100000 10111 0 10101 11000011 1011100 101001

Color Harmonies of #089BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089BCA

Black with #089BCA

Text Example


Text Example

White with #089BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,155,202); }

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

background-color css

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

 a { background-color: rgb(8,155,202); }

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

border-color css

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

 span { border-color: rgb(8,155,202); }

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