Html Css Color HEX #13AFCC Iris Blue

📋 copy color: '#13AFCC'

red 19 ◦ green 175 ◦ blue 204

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

Shades of Iris Blue #13AFCC

Tints of Iris Blue #13AFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 4.77%
G = 43.97%
B = 51.26%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#13AFCC (or 0x13AFCC) is known color: Iris Blue. HEX triplet: 13, AF and CC. RGB value is (19,175,204). Sum of RGB (Red+Green+Blue) = 19+175+204=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #13AFCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AFCC is #EC5033. Grayscale: #838383. Windows color (decimal): -15487028 or 13414163. OLE color: 13414163.

HSL color Cylindrical-coordinate representation of color #13AFCC: hue angle of 189.41º 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 #13AFCC is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 175 204 -
CMYK 0.91 0.14 0 0.2
HSL 189.41º 0.83% 0.44% -
HSV(B) 189.41º 0.91% 0.8% -
XYZ 26.5 35.16 62.52 -
YUV 131.66 168.82 47.64 -
System Red Green Blue C M Y K H S L
Decimal 19 175 204 0.91 0.14 0 0.2 189.41 0.83 0.44
Hex 13 AF CC 5B E 0 14 BD 53 2C
Octal 23 257 314 133 16 0 24 275 123 54
Binary 10011 10101111 11001100 1011011 1110 0 10100 10111101 1010011 101100

Color Harmonies of #13AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AFCC

Black with #13AFCC

Text Example


Text Example

White with #13AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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