Html Css Color HEX #11A8CA Iris Blue

📋 copy color: '#11A8CA'

red 17 ◦ green 168 ◦ blue 202

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

Shades of Iris Blue #11A8CA

Tints of Iris Blue #11A8CA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.41%

 BLUE value IS 202 (79.3% from 255) = 52.2%

R = 4.39%
G = 43.41%
B = 52.2%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#11A8CA (or 0x11A8CA) is known color: Iris Blue. HEX triplet: 11, A8 and CA. RGB value is (17,168,202). Sum of RGB (Red+Green+Blue) = 17+168+202=387 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.39% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #11A8CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A8CA is #EE5735. Grayscale: #7E7E7E. Windows color (decimal): -15619894 or 13281297. OLE color: 13281297.

HSL color Cylindrical-coordinate representation of color #11A8CA: hue angle of 191.03º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11A8CA is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 17 168 202 -
CMYK 0.92 0.17 0 0.21
HSL 191.03º 0.84% 0.43% -
HSV(B) 191.03º 0.92% 0.79% -
XYZ 24.89 32.39 60.82 -
YUV 126.73 170.47 49.74 -
System Red Green Blue C M Y K H S L
Decimal 17 168 202 0.92 0.17 0 0.21 191.03 0.84 0.43
Hex 11 A8 CA 5C 11 0 15 BF 54 2B
Octal 21 250 312 134 21 0 25 277 124 53
Binary 10001 10101000 11001010 1011100 10001 0 10101 10111111 1010100 101011

Color Harmonies of #11A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A8CA

Black with #11A8CA

Text Example


Text Example

White with #11A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,168,202); }

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

background-color css

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

 a { background-color: rgb(17,168,202); }

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

border-color css

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

 span { border-color: rgb(17,168,202); }

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