Html Css Color HEX #13ADCB Iris Blue

📋 copy color: '#13ADCB'

red 19 ◦ green 173 ◦ blue 203

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

Shades of Iris Blue #13ADCB

Tints of Iris Blue #13ADCB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.8%

 BLUE value IS 203 (79.69% from 255) = 51.39%

R = 4.81%
G = 43.8%
B = 51.39%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#13ADCB (or 0x13ADCB) is known color: Iris Blue. HEX triplet: 13, AD and CB. RGB value is (19,173,203). Sum of RGB (Red+Green+Blue) = 19+173+203=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #13ADCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ADCB is #EC5234. Grayscale: #828282. Windows color (decimal): -15487541 or 13348115. OLE color: 13348115.

HSL color Cylindrical-coordinate representation of color #13ADCB: hue angle of 189.78º 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 #13ADCB is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 173 203 -
CMYK 0.91 0.15 0 0.20
HSL 189.78º 0.83% 0.44% -
HSV(B) 189.78º 0.91% 0.8% -
XYZ 25.99 34.34 61.76 -
YUV 130.37 168.98 48.56 -
System Red Green Blue C M Y K H S L
Decimal 19 173 203 0.91 0.15 0 0.20 189.78 0.83 0.44
Hex 13 AD CB 5B F 0 14 BE 53 2C
Octal 23 255 313 133 17 0 24 276 123 54
Binary 10011 10101101 11001011 1011011 1111 0 10100 10111110 1010011 101100

Color Harmonies of #13ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ADCB

Black with #13ADCB

Text Example


Text Example

White with #13ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,173,203); }

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

background-color css

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

 a { background-color: rgb(19,173,203); }

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

border-color css

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

 span { border-color: rgb(19,173,203); }

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