Html Css Color HEX #0A8BCE Pacific Blue

📋 copy color: '#0A8BCE'

red 10 ◦ green 139 ◦ blue 206

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

Shades of Pacific Blue #0A8BCE

Tints of Pacific Blue #0A8BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.15%

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

R = 2.82%
G = 39.15%
B = 58.03%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0A8BCE (or 0x0A8BCE) is known color: Pacific Blue. HEX triplet: 0A, 8B and CE. RGB value is (10,139,206). Sum of RGB (Red+Green+Blue) = 10+139+206=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A8BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8BCE is #F57431. Grayscale: #6B6B6B. Windows color (decimal): -16086066 or 13536010. OLE color: 13536010.

HSL color Cylindrical-coordinate representation of color #0A8BCE: hue angle of 200.51º 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 #0A8BCE is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 139 206 -
CMYK 0.95 0.33 0 0.19
HSL 200.51º 0.91% 0.42% -
HSV(B) 200.51º 0.95% 0.81% -
XYZ 20.5 22.99 61.75 -
YUV 108.07 183.26 58.05 -
System Red Green Blue C M Y K H S L
Decimal 10 139 206 0.95 0.33 0 0.19 200.51 0.91 0.42
Hex A 8B CE 5F 21 0 13 C9 5B 2A
Octal 12 213 316 137 41 0 23 311 133 52
Binary 1010 10001011 11001110 1011111 100001 0 10011 11001001 1011011 101010

Color Harmonies of #0A8BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8BCE

Black with #0A8BCE

Text Example


Text Example

White with #0A8BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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