Html Css Color HEX #13BAD3 Iris Blue

📋 copy color: '#13BAD3'

red 19 ◦ green 186 ◦ blue 211

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

Shades of Iris Blue #13BAD3

Tints of Iris Blue #13BAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 50.72%

R = 4.57%
G = 44.71%
B = 50.72%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#13BAD3 (or 0x13BAD3) is known color: Iris Blue. HEX triplet: 13, BA and D3. RGB value is (19,186,211). Sum of RGB (Red+Green+Blue) = 19+186+211=416 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.57% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 211 (82.81% from 255 or 50.72% from 416); Max value from RGB is 211 - color contains mainly: blue. Hex color #13BAD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BAD3 is #EC452C. Grayscale: #8A8A8A. Windows color (decimal): -15484205 or 13875731. OLE color: 13875731.

HSL color Cylindrical-coordinate representation of color #13BAD3: hue angle of 187.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13BAD3 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 19 186 211 -
CMYK 0.91 0.12 0 0.17
HSL 187.81º 0.83% 0.45% -
HSV(B) 187.81º 0.91% 0.83% -
XYZ 29.59 39.96 67.78 -
YUV 138.92 168.67 42.47 -
System Red Green Blue C M Y K H S L
Decimal 19 186 211 0.91 0.12 0 0.17 187.81 0.83 0.45
Hex 13 BA D3 5B C 0 11 BC 53 2D
Octal 23 272 323 133 14 0 21 274 123 55
Binary 10011 10111010 11010011 1011011 1100 0 10001 10111100 1010011 101101

Color Harmonies of #13BAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BAD3

Black with #13BAD3

Text Example


Text Example

White with #13BAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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