Html Css Color HEX #13BBE0 Iris Blue

📋 copy color: '#13BBE0'

red 19 ◦ green 187 ◦ blue 224

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

Shades of Iris Blue #13BBE0

Tints of Iris Blue #13BBE0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.49%

 BLUE value IS 224 (87.89% from 255) = 52.09%

R = 4.42%
G = 43.49%
B = 52.09%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#13BBE0 (or 0x13BBE0) is known color: Iris Blue. HEX triplet: 13, BB and E0. RGB value is (19,187,224). Sum of RGB (Red+Green+Blue) = 19+187+224=430 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.42% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #13BBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BBE0 is #EC441F. Grayscale: #8C8C8C. Windows color (decimal): -15483936 or 14727955. OLE color: 14727955.

HSL color Cylindrical-coordinate representation of color #13BBE0: hue angle of 190.83º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BBE0 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 187 224 -
CMYK 0.92 0.17 0 0.12
HSL 190.83º 0.84% 0.48% -
HSV(B) 190.83º 0.92% 0.88% -
XYZ 31.49 41.06 76.79 -
YUV 140.99 174.84 40.99 -
System Red Green Blue C M Y K H S L
Decimal 19 187 224 0.92 0.17 0 0.12 190.83 0.84 0.48
Hex 13 BB E0 5C 11 0 C BF 54 30
Octal 23 273 340 134 21 0 14 277 124 60
Binary 10011 10111011 11100000 1011100 10001 0 1100 10111111 1010100 110000

Color Harmonies of #13BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BBE0

Black with #13BBE0

Text Example


Text Example

White with #13BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,187,224); }

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

background-color css

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

 a { background-color: rgb(19,187,224); }

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

border-color css

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

 span { border-color: rgb(19,187,224); }

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