Html Css Color HEX #10A6BD Pacific Blue

📋 copy color: '#10A6BD'

red 16 ◦ green 166 ◦ blue 189

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

Shades of Pacific Blue #10A6BD

Tints of Pacific Blue #10A6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.94%

R = 4.31%
G = 44.74%
B = 50.94%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#10A6BD (or 0x10A6BD) is known color: Pacific Blue. HEX triplet: 10, A6 and BD. RGB value is (16,166,189). Sum of RGB (Red+Green+Blue) = 16+166+189=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #10A6BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A6BD is #EF5942. Grayscale: #7B7B7B. Windows color (decimal): -15685955 or 12428816. OLE color: 12428816.

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

Color convert

RGB 16 166 189 -
CMYK 0.92 0.12 0 0.26
HSL 187.98º 0.84% 0.4% -
HSV(B) 187.98º 0.92% 0.74% -
XYZ 23.04 31.06 52.92 -
YUV 123.77 164.81 51.13 -
System Red Green Blue C M Y K H S L
Decimal 16 166 189 0.92 0.12 0 0.26 187.98 0.84 0.4
Hex 10 A6 BD 5C C 0 1A BC 54 28
Octal 20 246 275 134 14 0 32 274 124 50
Binary 10000 10100110 10111101 1011100 1100 0 11010 10111100 1010100 101000

Color Harmonies of #10A6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A6BD

Black with #10A6BD

Text Example


Text Example

White with #10A6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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