Html Css Color HEX #13B4DF Iris Blue

📋 copy color: '#13B4DF'

red 19 ◦ green 180 ◦ blue 223

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

Shades of Iris Blue #13B4DF

Tints of Iris Blue #13B4DF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.65%

 BLUE value IS 223 (87.5% from 255) = 52.84%

R = 4.5%
G = 42.65%
B = 52.84%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13B4DF (or 0x13B4DF) is known color: Iris Blue. HEX triplet: 13, B4 and DF. RGB value is (19,180,223). Sum of RGB (Red+Green+Blue) = 19+180+223=422 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.50% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #13B4DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B4DF is #EC4B20. Grayscale: #888888. Windows color (decimal): -15485729 or 14660627. OLE color: 14660627.

HSL color Cylindrical-coordinate representation of color #13B4DF: hue angle of 192.65º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13B4DF is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 180 223 -
CMYK 0.91 0.19 0 0.13
HSL 192.65º 0.84% 0.47% -
HSV(B) 192.65º 0.91% 0.87% -
XYZ 29.91 38.11 75.59 -
YUV 136.76 176.66 44 -
System Red Green Blue C M Y K H S L
Decimal 19 180 223 0.91 0.19 0 0.13 192.65 0.84 0.47
Hex 13 B4 DF 5B 13 0 D C1 54 2F
Octal 23 264 337 133 23 0 15 301 124 57
Binary 10011 10110100 11011111 1011011 10011 0 1101 11000001 1010100 101111

Color Harmonies of #13B4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B4DF

Black with #13B4DF

Text Example


Text Example

White with #13B4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,180,223); }

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

background-color css

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

 a { background-color: rgb(19,180,223); }

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

border-color css

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

 span { border-color: rgb(19,180,223); }

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