Html Css Color HEX #13BACE Iris Blue

📋 copy color: '#13BACE'

red 19 ◦ green 186 ◦ blue 206

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

Shades of Iris Blue #13BACE

Tints of Iris Blue #13BACE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.26%

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 4.62%
G = 45.26%
B = 50.12%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#13BACE (or 0x13BACE) is known color: Iris Blue. HEX triplet: 13, BA and CE. RGB value is (19,186,206). Sum of RGB (Red+Green+Blue) = 19+186+206=411 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.62% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #13BACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BACE is #EC4531. Grayscale: #8A8A8A. Windows color (decimal): -15484210 or 13548051. OLE color: 13548051.

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

Color convert

RGB 19 186 206 -
CMYK 0.91 0.10 0 0.19
HSL 186.42º 0.83% 0.44% -
HSV(B) 186.42º 0.91% 0.81% -
XYZ 28.97 39.71 64.53 -
YUV 138.35 166.17 42.87 -
System Red Green Blue C M Y K H S L
Decimal 19 186 206 0.91 0.10 0 0.19 186.42 0.83 0.44
Hex 13 BA CE 5B A 0 13 BA 53 2C
Octal 23 272 316 133 12 0 23 272 123 54
Binary 10011 10111010 11001110 1011011 1010 0 10011 10111010 1010011 101100

Color Harmonies of #13BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BACE

Black with #13BACE

Text Example


Text Example

White with #13BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,186,206); }

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

background-color css

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

 a { background-color: rgb(19,186,206); }

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

border-color css

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

 span { border-color: rgb(19,186,206); }

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