Html Css Color HEX #0B89CC Pacific Blue

📋 copy color: '#0B89CC'

red 11 ◦ green 137 ◦ blue 204

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

Shades of Pacific Blue #0B89CC

Tints of Pacific Blue #0B89CC

RGB

 RED value IS 11 (4.69% from 255) = 3.13%

 GREEN value IS 137 (53.91% from 255) = 38.92%

 BLUE value IS 204 (80.08% from 255) = 57.95%

R = 3.13%
G = 38.92%
B = 57.95%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0B89CC (or 0x0B89CC) is known color: Pacific Blue. HEX triplet: 0B, 89 and CC. RGB value is (11,137,204). Sum of RGB (Red+Green+Blue) = 11+137+204=352 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #0B89CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B89CC is #F47633. Grayscale: #6A6A6A. Windows color (decimal): -16021044 or 13404427. OLE color: 13404427.

HSL color Cylindrical-coordinate representation of color #0B89CC: hue angle of 200.83º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B89CC is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 11 137 204 -
CMYK 0.95 0.33 0 0.2
HSL 200.83º 0.9% 0.42% -
HSV(B) 200.83º 0.95% 0.8% -
XYZ 19.98 22.32 60.38 -
YUV 106.96 182.76 59.55 -
System Red Green Blue C M Y K H S L
Decimal 11 137 204 0.95 0.33 0 0.2 200.83 0.9 0.42
Hex B 89 CC 5F 21 0 14 C9 5A 2A
Octal 13 211 314 137 41 0 24 311 132 52
Binary 1011 10001001 11001100 1011111 100001 0 10100 11001001 1011010 101010

Color Harmonies of #0B89CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B89CC

Black with #0B89CC

Text Example


Text Example

White with #0B89CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B89CC; }

 p { color: rgb(11,137,204); }

 H1.HeaderClassName
 {
   color: #0B89CC;
 }
 .AnyTagClassName
 {
   color: #0B89CC;
 }
</style>

background-color css

<style>
 a { background-color: #0B89CC; }

 a { background-color: rgb(11,137,204); }

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

border-color css

<style>
 span { border-color: #0B89CC; }

 span { border-color: rgb(11,137,204); }

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