Html Css Color HEX #13BADF Iris Blue

📋 copy color: '#13BADF'

red 19 ◦ green 186 ◦ blue 223

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

Shades of Iris Blue #13BADF

Tints of Iris Blue #13BADF

RGB

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

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

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

R = 4.44%
G = 43.46%
B = 52.1%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13BADF (or 0x13BADF) is known color: Iris Blue. HEX triplet: 13, BA and DF. RGB value is (19,186,223). Sum of RGB (Red+Green+Blue) = 19+186+223=428 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.44% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #13BADF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BADF is #EC4520. Grayscale: #8B8B8B. Windows color (decimal): -15484193 or 14662163. OLE color: 14662163.

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

Color convert

RGB 19 186 223 -
CMYK 0.91 0.17 0 0.13
HSL 190.88º 0.84% 0.47% -
HSV(B) 190.88º 0.91% 0.87% -
XYZ 31.15 40.58 76 -
YUV 140.29 174.67 41.49 -
System Red Green Blue C M Y K H S L
Decimal 19 186 223 0.91 0.17 0 0.13 190.88 0.84 0.47
Hex 13 BA DF 5B 11 0 D BF 54 2F
Octal 23 272 337 133 21 0 15 277 124 57
Binary 10011 10111010 11011111 1011011 10001 0 1101 10111111 1010100 101111

Color Harmonies of #13BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BADF

Black with #13BADF

Text Example


Text Example

White with #13BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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