Html Css Color HEX #0A9FBE Pacific Blue

📋 copy color: '#0A9FBE'

red 10 ◦ green 159 ◦ blue 190

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

Shades of Pacific Blue #0A9FBE

Tints of Pacific Blue #0A9FBE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.29%

 BLUE value IS 190 (74.61% from 255) = 52.92%

R = 2.79%
G = 44.29%
B = 52.92%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0A9FBE (or 0x0A9FBE) is known color: Pacific Blue. HEX triplet: 0A, 9F and BE. RGB value is (10,159,190). Sum of RGB (Red+Green+Blue) = 10+159+190=359 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A9FBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9FBE is #F56041. Grayscale: #757575. Windows color (decimal): -16080962 or 12492554. OLE color: 12492554.

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

Color convert

RGB 10 159 190 -
CMYK 0.95 0.16 0 0.25
HSL 190.33º 0.9% 0.39% -
HSV(B) 190.33º 0.95% 0.75% -
XYZ 21.82 28.58 53.08 -
YUV 117.98 168.64 50.98 -
System Red Green Blue C M Y K H S L
Decimal 10 159 190 0.95 0.16 0 0.25 190.33 0.9 0.39
Hex A 9F BE 5F 10 0 19 BE 5A 27
Octal 12 237 276 137 20 0 31 276 132 47
Binary 1010 10011111 10111110 1011111 10000 0 11001 10111110 1011010 100111

Color Harmonies of #0A9FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9FBE

Black with #0A9FBE

Text Example


Text Example

White with #0A9FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,159,190); }

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

background-color css

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

 a { background-color: rgb(10,159,190); }

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

border-color css

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

 span { border-color: rgb(10,159,190); }

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