Html Css Color HEX #11A5CF Pacific Blue

📋 copy color: '#11A5CF'

red 17 ◦ green 165 ◦ blue 207

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

Shades of Pacific Blue #11A5CF

Tints of Pacific Blue #11A5CF

RGB

 RED value IS 17 (7.03% from 255) = 4.37%

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

 BLUE value IS 207 (81.25% from 255) = 53.21%

R = 4.37%
G = 42.42%
B = 53.21%

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

#11A5CF (or 0x11A5CF) is known color: Pacific Blue. HEX triplet: 11, A5 and CF. RGB value is (17,165,207). Sum of RGB (Red+Green+Blue) = 17+165+207=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #11A5CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A5CF is #EE5A30. Grayscale: #7D7D7D. Windows color (decimal): -15620657 or 13608209. OLE color: 13608209.

HSL color Cylindrical-coordinate representation of color #11A5CF: hue angle of 193.26º degrees, saturation: 0.85, 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 #11A5CF is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 165 207 -
CMYK 0.92 0.20 0 0.19
HSL 193.26º 0.85% 0.44% -
HSV(B) 193.26º 0.92% 0.81% -
XYZ 24.95 31.53 63.8 -
YUV 125.54 173.97 50.58 -
System Red Green Blue C M Y K H S L
Decimal 17 165 207 0.92 0.20 0 0.19 193.26 0.85 0.44
Hex 11 A5 CF 5C 14 0 13 C1 55 2C
Octal 21 245 317 134 24 0 23 301 125 54
Binary 10001 10100101 11001111 1011100 10100 0 10011 11000001 1010101 101100

Color Harmonies of #11A5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A5CF

Black with #11A5CF

Text Example


Text Example

White with #11A5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11A5CF; }

 p { color: rgb(17,165,207); }

 H1.HeaderClassName
 {
   color: #11A5CF;
 }
 .AnyTagClassName
 {
   color: #11A5CF;
 }
</style>

background-color css

<style>
 a { background-color: #11A5CF; }

 a { background-color: rgb(17,165,207); }

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

border-color css

<style>
 span { border-color: #11A5CF; }

 span { border-color: rgb(17,165,207); }

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