Html Css Color HEX #0A9BBC Pacific Blue

📋 copy color: '#0A9BBC'

red 10 ◦ green 155 ◦ blue 188

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

Shades of Pacific Blue #0A9BBC

Tints of Pacific Blue #0A9BBC

RGB

 RED value IS 10 (4.3% from 255) = 2.83%

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

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

R = 2.83%
G = 43.91%
B = 53.26%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0A9BBC (or 0x0A9BBC) is known color: Pacific Blue. HEX triplet: 0A, 9B and BC. RGB value is (10,155,188). Sum of RGB (Red+Green+Blue) = 10+155+188=353 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.83% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A9BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9BBC is #F56443. Grayscale: #737373. Windows color (decimal): -16081988 or 12360458. OLE color: 12360458.

HSL color Cylindrical-coordinate representation of color #0A9BBC: hue angle of 191.12º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A9BBC is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 155 188 -
CMYK 0.95 0.18 0 0.26
HSL 191.12º 0.9% 0.39% -
HSV(B) 191.12º 0.95% 0.74% -
XYZ 20.92 27.14 51.71 -
YUV 115.41 168.96 52.82 -
System Red Green Blue C M Y K H S L
Decimal 10 155 188 0.95 0.18 0 0.26 191.12 0.9 0.39
Hex A 9B BC 5F 12 0 1A BF 5A 27
Octal 12 233 274 137 22 0 32 277 132 47
Binary 1010 10011011 10111100 1011111 10010 0 11010 10111111 1011010 100111

Color Harmonies of #0A9BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9BBC

Black with #0A9BBC

Text Example


Text Example

White with #0A9BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,155,188); }

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

background-color css

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

 a { background-color: rgb(10,155,188); }

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

border-color css

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

 span { border-color: rgb(10,155,188); }

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