Html Css Color HEX #13BDC3 Iris Blue

📋 copy color: '#13BDC3'

red 19 ◦ green 189 ◦ blue 195

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

Shades of Iris Blue #13BDC3

Tints of Iris Blue #13BDC3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.9%

 BLUE value IS 195 (76.56% from 255) = 48.39%

R = 4.71%
G = 46.9%
B = 48.39%

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#13BDC3 (or 0x13BDC3) is known color: Iris Blue. HEX triplet: 13, BD and C3. RGB value is (19,189,195). Sum of RGB (Red+Green+Blue) = 19+189+195=403 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.71% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 195 (76.56% from 255 or 48.39% from 403); Max value from RGB is 195 - color contains mainly: blue. Hex color #13BDC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BDC3 is #EC423C. Grayscale: #8A8A8A. Windows color (decimal): -15483453 or 12827923. OLE color: 12827923.

HSL color Cylindrical-coordinate representation of color #13BDC3: hue angle of 182.05º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BDC3 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 189 195 -
CMYK 0.90 0.03 0 0.24
HSL 182.05º 0.82% 0.42% -
HSV(B) 182.05º 0.9% 0.76% -
XYZ 28.32 40.47 57.95 -
YUV 138.85 159.68 42.51 -
System Red Green Blue C M Y K H S L
Decimal 19 189 195 0.90 0.03 0 0.24 182.05 0.82 0.42
Hex 13 BD C3 5A 3 0 18 B6 52 2A
Octal 23 275 303 132 3 0 30 266 122 52
Binary 10011 10111101 11000011 1011010 11 0 11000 10110110 1010010 101010

Color Harmonies of #13BDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BDC3

Black with #13BDC3

Text Example


Text Example

White with #13BDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,189,195); }

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

background-color css

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

 a { background-color: rgb(19,189,195); }

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

border-color css

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

 span { border-color: rgb(19,189,195); }

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