Html Css Color HEX #10A6BE Pacific Blue

📋 copy color: '#10A6BE'

red 16 ◦ green 166 ◦ blue 190

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

Shades of Pacific Blue #10A6BE

Tints of Pacific Blue #10A6BE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.62%

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

R = 4.3%
G = 44.62%
B = 51.08%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#10A6BE (or 0x10A6BE) is known color: Pacific Blue. HEX triplet: 10, A6 and BE. RGB value is (16,166,190). Sum of RGB (Red+Green+Blue) = 16+166+190=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #10A6BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A6BE is #EF5941. Grayscale: #7B7B7B. Windows color (decimal): -15685954 or 12494352. OLE color: 12494352.

HSL color Cylindrical-coordinate representation of color #10A6BE: hue angle of 188.28º 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 #10A6BE is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 166 190 -
CMYK 0.92 0.13 0 0.25
HSL 188.28º 0.84% 0.4% -
HSV(B) 188.28º 0.92% 0.75% -
XYZ 23.14 31.1 53.5 -
YUV 123.89 165.31 51.05 -
System Red Green Blue C M Y K H S L
Decimal 16 166 190 0.92 0.13 0 0.25 188.28 0.84 0.4
Hex 10 A6 BE 5C D 0 19 BC 54 28
Octal 20 246 276 134 15 0 31 274 124 50
Binary 10000 10100110 10111110 1011100 1101 0 11001 10111100 1010100 101000

Color Harmonies of #10A6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A6BE

Black with #10A6BE

Text Example


Text Example

White with #10A6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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