Html Css Color HEX #13BBBC Iris Blue

📋 copy color: '#13BBBC'

red 19 ◦ green 187 ◦ blue 188

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

Shades of Iris Blue #13BBBC

Tints of Iris Blue #13BBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 4.82%
G = 47.46%
B = 47.72%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#13BBBC (or 0x13BBBC) is known color: Iris Blue. HEX triplet: 13, BB and BC. RGB value is (19,187,188). Sum of RGB (Red+Green+Blue) = 19+187+188=394 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.82% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #13BBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BBBC is #EC4443. Grayscale: #888888. Windows color (decimal): -15483972 or 12368659. OLE color: 12368659.

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

Color convert

RGB 19 187 188 -
CMYK 0.90 0.01 0 0.26
HSL 180.36º 0.82% 0.41% -
HSV(B) 180.36º 0.9% 0.74% -
XYZ 27.12 39.31 53.74 -
YUV 136.88 156.84 43.92 -
System Red Green Blue C M Y K H S L
Decimal 19 187 188 0.90 0.01 0 0.26 180.36 0.82 0.41
Hex 13 BB BC 5A 1 0 1A B4 52 29
Octal 23 273 274 132 1 0 32 264 122 51
Binary 10011 10111011 10111100 1011010 1 0 11010 10110100 1010010 101001

Color Harmonies of #13BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BBBC

Black with #13BBBC

Text Example


Text Example

White with #13BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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