Html Css Color HEX #10A0BE Pacific Blue

📋 copy color: '#10A0BE'

red 16 ◦ green 160 ◦ blue 190

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

Shades of Pacific Blue #10A0BE

Tints of Pacific Blue #10A0BE

RGB

 RED value IS 16 (6.64% from 255) = 4.37%

 GREEN value IS 160 (62.89% from 255) = 43.72%

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 4.37%
G = 43.72%
B = 51.91%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#10A0BE (or 0x10A0BE) is known color: Pacific Blue. HEX triplet: 10, A0 and BE. RGB value is (16,160,190). Sum of RGB (Red+Green+Blue) = 16+160+190=366 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.37% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #10A0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A0BE is #EF5F41. Grayscale: #787878. Windows color (decimal): -15687490 or 12492816. OLE color: 12492816.

HSL color Cylindrical-coordinate representation of color #10A0BE: hue angle of 190.34º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A0BE is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 160 190 -
CMYK 0.92 0.16 0 0.25
HSL 190.34º 0.84% 0.4% -
HSV(B) 190.34º 0.92% 0.75% -
XYZ 22.08 28.97 53.14 -
YUV 120.36 167.29 53.56 -
System Red Green Blue C M Y K H S L
Decimal 16 160 190 0.92 0.16 0 0.25 190.34 0.84 0.4
Hex 10 A0 BE 5C 10 0 19 BE 54 28
Octal 20 240 276 134 20 0 31 276 124 50
Binary 10000 10100000 10111110 1011100 10000 0 11001 10111110 1010100 101000

Color Harmonies of #10A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A0BE

Black with #10A0BE

Text Example


Text Example

White with #10A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10A0BE; }

 p { color: rgb(16,160,190); }

 H1.HeaderClassName
 {
   color: #10A0BE;
 }
 .AnyTagClassName
 {
   color: #10A0BE;
 }
</style>

background-color css

<style>
 a { background-color: #10A0BE; }

 a { background-color: rgb(16,160,190); }

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

border-color css

<style>
 span { border-color: #10A0BE; }

 span { border-color: rgb(16,160,190); }

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