Html Css Color HEX #13BBCC Iris Blue

📋 copy color: '#13BBCC'

red 19 ◦ green 187 ◦ blue 204

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

Shades of Iris Blue #13BBCC

Tints of Iris Blue #13BBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.76%

R = 4.63%
G = 45.61%
B = 49.76%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#13BBCC (or 0x13BBCC) is known color: Iris Blue. HEX triplet: 13, BB and CC. RGB value is (19,187,204). Sum of RGB (Red+Green+Blue) = 19+187+204=410 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.63% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #13BBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BBCC is #EC4433. Grayscale: #8A8A8A. Windows color (decimal): -15483956 or 13417235. OLE color: 13417235.

HSL color Cylindrical-coordinate representation of color #13BBCC: hue angle of 185.51º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13BBCC is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 187 204 -
CMYK 0.91 0.08 0 0.2
HSL 185.51º 0.83% 0.44% -
HSV(B) 185.51º 0.91% 0.8% -
XYZ 28.94 40.04 63.33 -
YUV 138.71 164.84 42.62 -
System Red Green Blue C M Y K H S L
Decimal 19 187 204 0.91 0.08 0 0.2 185.51 0.83 0.44
Hex 13 BB CC 5B 8 0 14 BA 53 2C
Octal 23 273 314 133 10 0 24 272 123 54
Binary 10011 10111011 11001100 1011011 1000 0 10100 10111010 1010011 101100

Color Harmonies of #13BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BBCC

Black with #13BBCC

Text Example


Text Example

White with #13BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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