Html Css Color HEX #10A5CE Pacific Blue

📋 copy color: '#10A5CE'

red 16 ◦ green 165 ◦ blue 206

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

Shades of Pacific Blue #10A5CE

Tints of Pacific Blue #10A5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.64%

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

R = 4.13%
G = 42.64%
B = 53.23%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#10A5CE (or 0x10A5CE) is known color: Pacific Blue. HEX triplet: 10, A5 and CE. RGB value is (16,165,206). Sum of RGB (Red+Green+Blue) = 16+165+206=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #10A5CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A5CE is #EF5A31. Grayscale: #7C7C7C. Windows color (decimal): -15686194 or 13542672. OLE color: 13542672.

HSL color Cylindrical-coordinate representation of color #10A5CE: hue angle of 192.95º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A5CE is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 165 206 -
CMYK 0.92 0.20 0 0.19
HSL 192.95º 0.86% 0.44% -
HSV(B) 192.95º 0.92% 0.81% -
XYZ 24.81 31.48 63.16 -
YUV 125.12 173.64 50.17 -
System Red Green Blue C M Y K H S L
Decimal 16 165 206 0.92 0.20 0 0.19 192.95 0.86 0.44
Hex 10 A5 CE 5C 14 0 13 C1 56 2C
Octal 20 245 316 134 24 0 23 301 126 54
Binary 10000 10100101 11001110 1011100 10100 0 10011 11000001 1010110 101100

Color Harmonies of #10A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A5CE

Black with #10A5CE

Text Example


Text Example

White with #10A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,165,206); }

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

background-color css

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

 a { background-color: rgb(16,165,206); }

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

border-color css

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

 span { border-color: rgb(16,165,206); }

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