Html Css Color HEX #13AACF Iris Blue

📋 copy color: '#13AACF'

red 19 ◦ green 170 ◦ blue 207

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

Shades of Iris Blue #13AACF

Tints of Iris Blue #13AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.93%

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

R = 4.8%
G = 42.93%
B = 52.27%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#13AACF (or 0x13AACF) is known color: Iris Blue. HEX triplet: 13, AA and CF. RGB value is (19,170,207). Sum of RGB (Red+Green+Blue) = 19+170+207=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #13AACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AACF is #EC5530. Grayscale: #808080. Windows color (decimal): -15488305 or 13609491. OLE color: 13609491.

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

Color convert

RGB 19 170 207 -
CMYK 0.91 0.18 0 0.19
HSL 191.81º 0.83% 0.44% -
HSV(B) 191.81º 0.91% 0.81% -
XYZ 25.91 33.39 64.11 -
YUV 129.07 171.97 49.49 -
System Red Green Blue C M Y K H S L
Decimal 19 170 207 0.91 0.18 0 0.19 191.81 0.83 0.44
Hex 13 AA CF 5B 12 0 13 C0 53 2C
Octal 23 252 317 133 22 0 23 300 123 54
Binary 10011 10101010 11001111 1011011 10010 0 10011 11000000 1010011 101100

Color Harmonies of #13AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AACF

Black with #13AACF

Text Example


Text Example

White with #13AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,170,207); }

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

background-color css

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

 a { background-color: rgb(19,170,207); }

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

border-color css

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

 span { border-color: rgb(19,170,207); }

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