Html Css Color HEX #13A8CD Iris Blue

📋 copy color: '#13A8CD'

red 19 ◦ green 168 ◦ blue 205

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

Shades of Iris Blue #13A8CD

Tints of Iris Blue #13A8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.3%

R = 4.85%
G = 42.86%
B = 52.3%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#13A8CD (or 0x13A8CD) is known color: Iris Blue. HEX triplet: 13, A8 and CD. RGB value is (19,168,205). Sum of RGB (Red+Green+Blue) = 19+168+205=392 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.85% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #13A8CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A8CD is #EC5732. Grayscale: #7F7F7F. Windows color (decimal): -15488819 or 13477907. OLE color: 13477907.

HSL color Cylindrical-coordinate representation of color #13A8CD: hue angle of 191.94º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13A8CD is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 168 205 -
CMYK 0.91 0.18 0 0.20
HSL 191.94º 0.83% 0.44% -
HSV(B) 191.94º 0.91% 0.8% -
XYZ 25.29 32.55 62.71 -
YUV 127.67 171.64 50.49 -
System Red Green Blue C M Y K H S L
Decimal 19 168 205 0.91 0.18 0 0.20 191.94 0.83 0.44
Hex 13 A8 CD 5B 12 0 14 C0 53 2C
Octal 23 250 315 133 22 0 24 300 123 54
Binary 10011 10101000 11001101 1011011 10010 0 10100 11000000 1010011 101100

Color Harmonies of #13A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A8CD

Black with #13A8CD

Text Example


Text Example

White with #13A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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