Html Css Color HEX #089CBC Pacific Blue

📋 copy color: '#089CBC'

red 8 ◦ green 156 ◦ blue 188

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

Shades of Pacific Blue #089CBC

Tints of Pacific Blue #089CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.41%

R = 2.27%
G = 44.32%
B = 53.41%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#089CBC (or 0x089CBC) is known color: Pacific Blue. HEX triplet: 08, 9C and BC. RGB value is (8,156,188). Sum of RGB (Red+Green+Blue) = 8+156+188=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #089CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089CBC is #F76343. Grayscale: #737373. Windows color (decimal): -16212804 or 12360712. OLE color: 12360712.

HSL color Cylindrical-coordinate representation of color #089CBC: hue angle of 190.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089CBC is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 156 188 -
CMYK 0.96 0.17 0 0.26
HSL 190.67º 0.92% 0.38% -
HSV(B) 190.67º 0.96% 0.74% -
XYZ 21.07 27.46 51.77 -
YUV 115.4 168.97 51.4 -
System Red Green Blue C M Y K H S L
Decimal 8 156 188 0.96 0.17 0 0.26 190.67 0.92 0.38
Hex 8 9C BC 60 11 0 1A BF 5C 26
Octal 10 234 274 140 21 0 32 277 134 46
Binary 1000 10011100 10111100 1100000 10001 0 11010 10111111 1011100 100110

Color Harmonies of #089CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089CBC

Black with #089CBC

Text Example


Text Example

White with #089CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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