Html Css Color HEX #13BACF Iris Blue

📋 copy color: '#13BACF'

red 19 ◦ green 186 ◦ blue 207

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

Shades of Iris Blue #13BACF

Tints of Iris Blue #13BACF

RGB

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

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

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

R = 4.61%
G = 45.15%
B = 50.24%

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

#13BACF (or 0x13BACF) is known color: Iris Blue. HEX triplet: 13, BA and CF. RGB value is (19,186,207). Sum of RGB (Red+Green+Blue) = 19+186+207=412 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.61% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #13BACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BACF is #EC4530. Grayscale: #8A8A8A. Windows color (decimal): -15484209 or 13613587. OLE color: 13613587.

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

Color convert

RGB 19 186 207 -
CMYK 0.91 0.10 0 0.19
HSL 186.7º 0.83% 0.44% -
HSV(B) 186.7º 0.91% 0.81% -
XYZ 29.09 39.76 65.17 -
YUV 138.46 166.67 42.79 -
System Red Green Blue C M Y K H S L
Decimal 19 186 207 0.91 0.10 0 0.19 186.7 0.83 0.44
Hex 13 BA CF 5B A 0 13 BB 53 2C
Octal 23 272 317 133 12 0 23 273 123 54
Binary 10011 10111010 11001111 1011011 1010 0 10011 10111011 1010011 101100

Color Harmonies of #13BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BACF

Black with #13BACF

Text Example


Text Example

White with #13BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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