Html Css Color HEX #13BFDE Iris Blue

📋 copy color: '#13BFDE'

red 19 ◦ green 191 ◦ blue 222

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

Shades of Iris Blue #13BFDE

Tints of Iris Blue #13BFDE

RGB

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

 GREEN value IS 191 (75% from 255) = 44.21%

 BLUE value IS 222 (87.11% from 255) = 51.39%

R = 4.4%
G = 44.21%
B = 51.39%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13BFDE (or 0x13BFDE) is known color: Iris Blue. HEX triplet: 13, BF and DE. RGB value is (19,191,222). Sum of RGB (Red+Green+Blue) = 19+191+222=432 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.40% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #13BFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BFDE is #EC4021. Grayscale: #8E8E8E. Windows color (decimal): -15482914 or 14597907. OLE color: 14597907.

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

Color convert

RGB 19 191 222 -
CMYK 0.91 0.14 0 0.13
HSL 189.16º 0.84% 0.47% -
HSV(B) 189.16º 0.91% 0.87% -
XYZ 32.08 42.67 75.65 -
YUV 143.11 172.52 39.48 -
System Red Green Blue C M Y K H S L
Decimal 19 191 222 0.91 0.14 0 0.13 189.16 0.84 0.47
Hex 13 BF DE 5B E 0 D BD 54 2F
Octal 23 277 336 133 16 0 15 275 124 57
Binary 10011 10111111 11011110 1011011 1110 0 1101 10111101 1010100 101111

Color Harmonies of #13BFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BFDE

Black with #13BFDE

Text Example


Text Example

White with #13BFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,191,222); }

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

background-color css

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

 a { background-color: rgb(19,191,222); }

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

border-color css

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

 span { border-color: rgb(19,191,222); }

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