Html Css Color HEX #13BCCE Iris Blue

📋 copy color: '#13BCCE'

red 19 ◦ green 188 ◦ blue 206

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

Shades of Iris Blue #13BCCE

Tints of Iris Blue #13BCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.52%

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 4.6%
G = 45.52%
B = 49.88%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#13BCCE (or 0x13BCCE) is known color: Iris Blue. HEX triplet: 13, BC and CE. RGB value is (19,188,206). Sum of RGB (Red+Green+Blue) = 19+188+206=413 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.60% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #13BCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BCCE is #EC4331. Grayscale: #8B8B8B. Windows color (decimal): -15483698 or 13548563. OLE color: 13548563.

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

Color convert

RGB 19 188 206 -
CMYK 0.91 0.09 0 0.19
HSL 185.78º 0.83% 0.44% -
HSV(B) 185.78º 0.91% 0.81% -
XYZ 29.39 40.56 64.67 -
YUV 139.52 165.51 42.04 -
System Red Green Blue C M Y K H S L
Decimal 19 188 206 0.91 0.09 0 0.19 185.78 0.83 0.44
Hex 13 BC CE 5B 9 0 13 BA 53 2C
Octal 23 274 316 133 11 0 23 272 123 54
Binary 10011 10111100 11001110 1011011 1001 0 10011 10111010 1010011 101100

Color Harmonies of #13BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BCCE

Black with #13BCCE

Text Example


Text Example

White with #13BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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