Html Css Color HEX #13A8CA Iris Blue

📋 copy color: '#13A8CA'

red 19 ◦ green 168 ◦ blue 202

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

Shades of Iris Blue #13A8CA

Tints of Iris Blue #13A8CA

RGB

 RED value IS 19 (7.81% from 255) = 4.88%

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

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

R = 4.88%
G = 43.19%
B = 51.93%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#13A8CA (or 0x13A8CA) is known color: Iris Blue. HEX triplet: 13, A8 and CA. RGB value is (19,168,202). Sum of RGB (Red+Green+Blue) = 19+168+202=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #13A8CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A8CA is #EC5735. Grayscale: #7F7F7F. Windows color (decimal): -15488822 or 13281299. OLE color: 13281299.

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

Color convert

RGB 19 168 202 -
CMYK 0.91 0.17 0 0.21
HSL 191.15º 0.83% 0.43% -
HSV(B) 191.15º 0.91% 0.79% -
XYZ 24.93 32.41 60.82 -
YUV 127.33 170.14 50.74 -
System Red Green Blue C M Y K H S L
Decimal 19 168 202 0.91 0.17 0 0.21 191.15 0.83 0.43
Hex 13 A8 CA 5B 11 0 15 BF 53 2B
Octal 23 250 312 133 21 0 25 277 123 53
Binary 10011 10101000 11001010 1011011 10001 0 10101 10111111 1010011 101011

Color Harmonies of #13A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A8CA

Black with #13A8CA

Text Example


Text Example

White with #13A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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