Html Css Color HEX #089BCF Pacific Blue

📋 copy color: '#089BCF'

red 8 ◦ green 155 ◦ blue 207

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

Shades of Pacific Blue #089BCF

Tints of Pacific Blue #089BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.95%

R = 2.16%
G = 41.89%
B = 55.95%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#089BCF (or 0x089BCF) is known color: Pacific Blue. HEX triplet: 08, 9B and CF. RGB value is (8,155,207). Sum of RGB (Red+Green+Blue) = 8+155+207=370 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #089BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BCF is #F76430. Grayscale: #747474. Windows color (decimal): -16213041 or 13605640. OLE color: 13605640.

HSL color Cylindrical-coordinate representation of color #089BCF: hue angle of 195.68º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089BCF is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 155 207 -
CMYK 0.96 0.25 0 0.19
HSL 195.68º 0.93% 0.42% -
HSV(B) 195.68º 0.96% 0.81% -
XYZ 23.08 28 63.22 -
YUV 116.98 178.8 50.27 -
System Red Green Blue C M Y K H S L
Decimal 8 155 207 0.96 0.25 0 0.19 195.68 0.93 0.42
Hex 8 9B CF 60 19 0 13 C4 5D 2A
Octal 10 233 317 140 31 0 23 304 135 52
Binary 1000 10011011 11001111 1100000 11001 0 10011 11000100 1011101 101010

Color Harmonies of #089BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089BCF

Black with #089BCF

Text Example


Text Example

White with #089BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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