Html Css Color HEX #0A9ACF Pacific Blue

📋 copy color: '#0A9ACF'

red 10 ◦ green 154 ◦ blue 207

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

Shades of Pacific Blue #0A9ACF

Tints of Pacific Blue #0A9ACF

RGB

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

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

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

R = 2.7%
G = 41.51%
B = 55.8%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0A9ACF (or 0x0A9ACF) is known color: Pacific Blue. HEX triplet: 0A, 9A and CF. RGB value is (10,154,207). Sum of RGB (Red+Green+Blue) = 10+154+207=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #0A9ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9ACF is #F56530. Grayscale: #747474. Windows color (decimal): -16082225 or 13605386. OLE color: 13605386.

HSL color Cylindrical-coordinate representation of color #0A9ACF: hue angle of 196.14º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A9ACF is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 154 207 -
CMYK 0.95 0.26 0 0.19
HSL 196.14º 0.91% 0.43% -
HSV(B) 196.14º 0.95% 0.81% -
XYZ 22.94 27.68 63.17 -
YUV 116.99 178.79 51.69 -
System Red Green Blue C M Y K H S L
Decimal 10 154 207 0.95 0.26 0 0.19 196.14 0.91 0.43
Hex A 9A CF 5F 1A 0 13 C4 5B 2B
Octal 12 232 317 137 32 0 23 304 133 53
Binary 1010 10011010 11001111 1011111 11010 0 10011 11000100 1011011 101011

Color Harmonies of #0A9ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9ACF

Black with #0A9ACF

Text Example


Text Example

White with #0A9ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,154,207); }

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

background-color css

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

 a { background-color: rgb(10,154,207); }

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

border-color css

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

 span { border-color: rgb(10,154,207); }

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