Html Css Color HEX #0A97CE Pacific Blue

📋 copy color: '#0A97CE'

red 10 ◦ green 151 ◦ blue 206

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

Shades of Pacific Blue #0A97CE

Tints of Pacific Blue #0A97CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.14%

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

R = 2.72%
G = 41.14%
B = 56.13%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0A97CE (or 0x0A97CE) is known color: Pacific Blue. HEX triplet: 0A, 97 and CE. RGB value is (10,151,206). Sum of RGB (Red+Green+Blue) = 10+151+206=367 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A97CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A97CE is #F56831. Grayscale: #727272. Windows color (decimal): -16082994 or 13539082. OLE color: 13539082.

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

Color convert

RGB 10 151 206 -
CMYK 0.95 0.27 0 0.19
HSL 196.84º 0.91% 0.42% -
HSV(B) 196.84º 0.95% 0.81% -
XYZ 22.33 26.65 62.36 -
YUV 115.11 179.29 53.03 -
System Red Green Blue C M Y K H S L
Decimal 10 151 206 0.95 0.27 0 0.19 196.84 0.91 0.42
Hex A 97 CE 5F 1B 0 13 C5 5B 2A
Octal 12 227 316 137 33 0 23 305 133 52
Binary 1010 10010111 11001110 1011111 11011 0 10011 11000101 1011011 101010

Color Harmonies of #0A97CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A97CE

Black with #0A97CE

Text Example


Text Example

White with #0A97CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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