Html Css Color HEX #0A8FDF Pacific Blue

📋 copy color: '#0A8FDF'

red 10 ◦ green 143 ◦ blue 223

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

Shades of Pacific Blue #0A8FDF

Tints of Pacific Blue #0A8FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.03%

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

R = 2.66%
G = 38.03%
B = 59.31%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A8FDF (or 0x0A8FDF) is known color: Pacific Blue. HEX triplet: 0A, 8F and DF. RGB value is (10,143,223). Sum of RGB (Red+Green+Blue) = 10+143+223=376 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.66% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A8FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8FDF is #F57020. Grayscale: #6F6F6F. Windows color (decimal): -16085025 or 14651146. OLE color: 14651146.

HSL color Cylindrical-coordinate representation of color #0A8FDF: hue angle of 202.54º 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 #0A8FDF is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 143 223 -
CMYK 0.96 0.36 0 0.13
HSL 202.54º 0.91% 0.46% -
HSV(B) 202.54º 0.96% 0.87% -
XYZ 23.27 25.04 73.42 -
YUV 112.35 190.44 55 -
System Red Green Blue C M Y K H S L
Decimal 10 143 223 0.96 0.36 0 0.13 202.54 0.91 0.46
Hex A 8F DF 60 24 0 D CB 5B 2E
Octal 12 217 337 140 44 0 15 313 133 56
Binary 1010 10001111 11011111 1100000 100100 0 1101 11001011 1011011 101110

Color Harmonies of #0A8FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8FDF

Black with #0A8FDF

Text Example


Text Example

White with #0A8FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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