Html Css Color HEX #13BEDA Iris Blue

📋 copy color: '#13BEDA'

red 19 ◦ green 190 ◦ blue 218

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

Shades of Iris Blue #13BEDA

Tints of Iris Blue #13BEDA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.5%

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 4.45%
G = 44.5%
B = 51.05%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#13BEDA (or 0x13BEDA) is known color: Iris Blue. HEX triplet: 13, BE and DA. RGB value is (19,190,218). Sum of RGB (Red+Green+Blue) = 19+190+218=427 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.45% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #13BEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BEDA is #EC4125. Grayscale: #8D8D8D. Windows color (decimal): -15483174 or 14335507. OLE color: 14335507.

HSL color Cylindrical-coordinate representation of color #13BEDA: hue angle of 188.44º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13BEDA is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 190 218 -
CMYK 0.91 0.13 0 0.15
HSL 188.44º 0.84% 0.46% -
HSV(B) 188.44º 0.91% 0.85% -
XYZ 31.34 42.03 72.79 -
YUV 142.06 170.85 40.22 -
System Red Green Blue C M Y K H S L
Decimal 19 190 218 0.91 0.13 0 0.15 188.44 0.84 0.46
Hex 13 BE DA 5B D 0 F BC 54 2E
Octal 23 276 332 133 15 0 17 274 124 56
Binary 10011 10111110 11011010 1011011 1101 0 1111 10111100 1010100 101110

Color Harmonies of #13BEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BEDA

Black with #13BEDA

Text Example


Text Example

White with #13BEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,190,218); }

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

background-color css

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

 a { background-color: rgb(19,190,218); }

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

border-color css

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

 span { border-color: rgb(19,190,218); }

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