Html Css Color HEX #13BEDD Iris Blue

📋 copy color: '#13BEDD'

red 19 ◦ green 190 ◦ blue 221

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

Shades of Iris Blue #13BEDD

Tints of Iris Blue #13BEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 4.42%
G = 44.19%
B = 51.4%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13BEDD (or 0x13BEDD) is known color: Iris Blue. HEX triplet: 13, BE and DD. RGB value is (19,190,221). Sum of RGB (Red+Green+Blue) = 19+190+221=430 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.42% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #13BEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BEDD is #EC4122. Grayscale: #8E8E8E. Windows color (decimal): -15483171 or 14532115. OLE color: 14532115.

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

Color convert

RGB 19 190 221 -
CMYK 0.91 0.14 0 0.13
HSL 189.21º 0.84% 0.47% -
HSV(B) 189.21º 0.91% 0.87% -
XYZ 31.73 42.19 74.88 -
YUV 142.41 172.35 39.98 -
System Red Green Blue C M Y K H S L
Decimal 19 190 221 0.91 0.14 0 0.13 189.21 0.84 0.47
Hex 13 BE DD 5B E 0 D BD 54 2F
Octal 23 276 335 133 16 0 15 275 124 57
Binary 10011 10111110 11011101 1011011 1110 0 1101 10111101 1010100 101111

Color Harmonies of #13BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BEDD

Black with #13BEDD

Text Example


Text Example

White with #13BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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