Html Css Color HEX #0A8ADF Pacific Blue

📋 copy color: '#0A8ADF'

red 10 ◦ green 138 ◦ blue 223

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

Shades of Pacific Blue #0A8ADF

Tints of Pacific Blue #0A8ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.2%

 BLUE value IS 223 (87.5% from 255) = 60.11%

R = 2.7%
G = 37.2%
B = 60.11%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A8ADF (or 0x0A8ADF) is known color: Pacific Blue. HEX triplet: 0A, 8A and DF. RGB value is (10,138,223). Sum of RGB (Red+Green+Blue) = 10+138+223=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A8ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8ADF is #F57520. Grayscale: #6C6C6C. Windows color (decimal): -16086305 or 14649866. OLE color: 14649866.

HSL color Cylindrical-coordinate representation of color #0A8ADF: hue angle of 203.94º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A8ADF is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 138 223 -
CMYK 0.96 0.38 0 0.13
HSL 203.94º 0.91% 0.46% -
HSV(B) 203.94º 0.96% 0.87% -
XYZ 22.53 23.57 73.17 -
YUV 109.42 192.09 57.09 -
System Red Green Blue C M Y K H S L
Decimal 10 138 223 0.96 0.38 0 0.13 203.94 0.91 0.46
Hex A 8A DF 60 26 0 D CC 5B 2E
Octal 12 212 337 140 46 0 15 314 133 56
Binary 1010 10001010 11011111 1100000 100110 0 1101 11001100 1011011 101110

Color Harmonies of #0A8ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8ADF

Black with #0A8ADF

Text Example


Text Example

White with #0A8ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,138,223); }

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

background-color css

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

 a { background-color: rgb(10,138,223); }

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

border-color css

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

 span { border-color: rgb(10,138,223); }

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