Html Css Color HEX #0A8FCE Pacific Blue

📋 copy color: '#0A8FCE'

red 10 ◦ green 143 ◦ blue 206

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

Shades of Pacific Blue #0A8FCE

Tints of Pacific Blue #0A8FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.38%

R = 2.79%
G = 39.83%
B = 57.38%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0A8FCE (or 0x0A8FCE) is known color: Pacific Blue. HEX triplet: 0A, 8F and CE. RGB value is (10,143,206). Sum of RGB (Red+Green+Blue) = 10+143+206=359 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A8FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8FCE is #F57031. Grayscale: #6E6E6E. Windows color (decimal): -16085042 or 13537034. OLE color: 13537034.

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

Color convert

RGB 10 143 206 -
CMYK 0.95 0.31 0 0.19
HSL 199.29º 0.91% 0.42% -
HSV(B) 199.29º 0.95% 0.81% -
XYZ 21.09 24.17 61.95 -
YUV 110.42 181.94 56.38 -
System Red Green Blue C M Y K H S L
Decimal 10 143 206 0.95 0.31 0 0.19 199.29 0.91 0.42
Hex A 8F CE 5F 1F 0 13 C7 5B 2A
Octal 12 217 316 137 37 0 23 307 133 52
Binary 1010 10001111 11001110 1011111 11111 0 10011 11000111 1011011 101010

Color Harmonies of #0A8FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8FCE

Black with #0A8FCE

Text Example


Text Example

White with #0A8FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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