Html Css Color HEX #13AFCB Iris Blue

📋 copy color: '#13AFCB'

red 19 ◦ green 175 ◦ blue 203

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

Shades of Iris Blue #13AFCB

Tints of Iris Blue #13AFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 4.79%
G = 44.08%
B = 51.13%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#13AFCB (or 0x13AFCB) is known color: Iris Blue. HEX triplet: 13, AF and CB. RGB value is (19,175,203). Sum of RGB (Red+Green+Blue) = 19+175+203=397 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.79% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #13AFCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AFCB is #EC5034. Grayscale: #838383. Windows color (decimal): -15487029 or 13348627. OLE color: 13348627.

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

Color convert

RGB 19 175 203 -
CMYK 0.91 0.14 0 0.20
HSL 189.13º 0.83% 0.44% -
HSV(B) 189.13º 0.91% 0.8% -
XYZ 26.38 35.11 61.89 -
YUV 131.55 168.32 47.72 -
System Red Green Blue C M Y K H S L
Decimal 19 175 203 0.91 0.14 0 0.20 189.13 0.83 0.44
Hex 13 AF CB 5B E 0 14 BD 53 2C
Octal 23 257 313 133 16 0 24 275 123 54
Binary 10011 10101111 11001011 1011011 1110 0 10100 10111101 1010011 101100

Color Harmonies of #13AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AFCB

Black with #13AFCB

Text Example


Text Example

White with #13AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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