Html Css Color HEX #13BABB Iris Blue

📋 copy color: '#13BABB'

red 19 ◦ green 186 ◦ blue 187

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

Shades of Iris Blue #13BABB

Tints of Iris Blue #13BABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 4.85%
G = 47.45%
B = 47.7%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#13BABB (or 0x13BABB) is known color: Iris Blue. HEX triplet: 13, BA and BB. RGB value is (19,186,187). Sum of RGB (Red+Green+Blue) = 19+186+187=392 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.85% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #13BABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BABB is #EC4544. Grayscale: #888888. Windows color (decimal): -15484229 or 12302867. OLE color: 12302867.

HSL color Cylindrical-coordinate representation of color #13BABB: hue angle of 180.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BABB is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 186 187 -
CMYK 0.90 0.01 0 0.27
HSL 180.36º 0.82% 0.4% -
HSV(B) 180.36º 0.9% 0.73% -
XYZ 26.8 38.84 53.1 -
YUV 136.18 156.67 44.42 -
System Red Green Blue C M Y K H S L
Decimal 19 186 187 0.90 0.01 0 0.27 180.36 0.82 0.4
Hex 13 BA BB 5A 1 0 1B B4 52 28
Octal 23 272 273 132 1 0 33 264 122 50
Binary 10011 10111010 10111011 1011010 1 0 11011 10110100 1010010 101000

Color Harmonies of #13BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BABB

Black with #13BABB

Text Example


Text Example

White with #13BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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