Html Css Color HEX #13AFC6 Iris Blue

📋 copy color: '#13AFC6'

red 19 ◦ green 175 ◦ blue 198

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

Shades of Iris Blue #13AFC6

Tints of Iris Blue #13AFC6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.64%

 BLUE value IS 198 (77.73% from 255) = 50.51%

R = 4.85%
G = 44.64%
B = 50.51%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#13AFC6 (or 0x13AFC6) is known color: Iris Blue. HEX triplet: 13, AF and C6. RGB value is (19,175,198). Sum of RGB (Red+Green+Blue) = 19+175+198=392 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.85% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 198 (77.73% from 255 or 50.51% from 392); Max value from RGB is 198 - color contains mainly: blue. Hex color #13AFC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AFC6 is #EC5039. Grayscale: #828282. Windows color (decimal): -15487034 or 13020947. OLE color: 13020947.

HSL color Cylindrical-coordinate representation of color #13AFC6: hue angle of 187.71º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13AFC6 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 175 198 -
CMYK 0.90 0.12 0 0.22
HSL 187.71º 0.82% 0.43% -
HSV(B) 187.71º 0.9% 0.78% -
XYZ 25.79 34.88 58.8 -
YUV 130.98 165.82 48.13 -
System Red Green Blue C M Y K H S L
Decimal 19 175 198 0.90 0.12 0 0.22 187.71 0.82 0.43
Hex 13 AF C6 5A C 0 16 BC 52 2B
Octal 23 257 306 132 14 0 26 274 122 53
Binary 10011 10101111 11000110 1011010 1100 0 10110 10111100 1010010 101011

Color Harmonies of #13AFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AFC6

Black with #13AFC6

Text Example


Text Example

White with #13AFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,175,198); }

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

background-color css

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

 a { background-color: rgb(19,175,198); }

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

border-color css

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

 span { border-color: rgb(19,175,198); }

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