Html Css Color HEX #0B9ACA Pacific Blue

📋 copy color: '#0B9ACA'

red 11 ◦ green 154 ◦ blue 202

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

Shades of Pacific Blue #0B9ACA

Tints of Pacific Blue #0B9ACA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.96%

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

R = 3%
G = 41.96%
B = 55.04%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0B9ACA (or 0x0B9ACA) is known color: Pacific Blue. HEX triplet: 0B, 9A and CA. RGB value is (11,154,202). Sum of RGB (Red+Green+Blue) = 11+154+202=367 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.00% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #0B9ACA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9ACA is #F46535. Grayscale: #747474. Windows color (decimal): -16016694 or 13277707. OLE color: 13277707.

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

Color convert

RGB 11 154 202 -
CMYK 0.95 0.24 0 0.21
HSL 195.08º 0.9% 0.42% -
HSV(B) 195.08º 0.95% 0.79% -
XYZ 22.35 27.45 60 -
YUV 116.72 176.12 52.6 -
System Red Green Blue C M Y K H S L
Decimal 11 154 202 0.95 0.24 0 0.21 195.08 0.9 0.42
Hex B 9A CA 5F 18 0 15 C3 5A 2A
Octal 13 232 312 137 30 0 25 303 132 52
Binary 1011 10011010 11001010 1011111 11000 0 10101 11000011 1011010 101010

Color Harmonies of #0B9ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9ACA

Black with #0B9ACA

Text Example


Text Example

White with #0B9ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,154,202); }

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

background-color css

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

 a { background-color: rgb(11,154,202); }

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

border-color css

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

 span { border-color: rgb(11,154,202); }

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