Html Css Color HEX #13B4CF Iris Blue

📋 copy color: '#13B4CF'

red 19 ◦ green 180 ◦ blue 207

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

Shades of Iris Blue #13B4CF

Tints of Iris Blue #13B4CF

RGB

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

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

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

R = 4.68%
G = 44.33%
B = 50.99%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#13B4CF (or 0x13B4CF) is known color: Iris Blue. HEX triplet: 13, B4 and CF. RGB value is (19,180,207). Sum of RGB (Red+Green+Blue) = 19+180+207=406 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.68% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #13B4CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B4CF is #EC4B30. Grayscale: #868686. Windows color (decimal): -15485745 or 13612051. OLE color: 13612051.

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

Color convert

RGB 19 180 207 -
CMYK 0.91 0.13 0 0.19
HSL 188.62º 0.83% 0.44% -
HSV(B) 188.62º 0.91% 0.81% -
XYZ 27.85 37.29 64.76 -
YUV 134.94 168.66 45.3 -
System Red Green Blue C M Y K H S L
Decimal 19 180 207 0.91 0.13 0 0.19 188.62 0.83 0.44
Hex 13 B4 CF 5B D 0 13 BD 53 2C
Octal 23 264 317 133 15 0 23 275 123 54
Binary 10011 10110100 11001111 1011011 1101 0 10011 10111101 1010011 101100

Color Harmonies of #13B4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B4CF

Black with #13B4CF

Text Example


Text Example

White with #13B4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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