Html Css Color HEX #13BECB Iris Blue

📋 copy color: '#13BECB'

red 19 ◦ green 190 ◦ blue 203

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

Shades of Iris Blue #13BECB

Tints of Iris Blue #13BECB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.12%

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

R = 4.61%
G = 46.12%
B = 49.27%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#13BECB (or 0x13BECB) is known color: Iris Blue. HEX triplet: 13, BE and CB. RGB value is (19,190,203). Sum of RGB (Red+Green+Blue) = 19+190+203=412 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.61% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #13BECB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BECB is #EC4134. Grayscale: #8C8C8C. Windows color (decimal): -15483189 or 13352467. OLE color: 13352467.

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

Color convert

RGB 19 190 203 -
CMYK 0.91 0.06 0 0.20
HSL 184.24º 0.83% 0.44% -
HSV(B) 184.24º 0.91% 0.8% -
XYZ 29.46 41.28 62.91 -
YUV 140.35 163.35 41.44 -
System Red Green Blue C M Y K H S L
Decimal 19 190 203 0.91 0.06 0 0.20 184.24 0.83 0.44
Hex 13 BE CB 5B 6 0 14 B8 53 2C
Octal 23 276 313 133 6 0 24 270 123 54
Binary 10011 10111110 11001011 1011011 110 0 10100 10111000 1010011 101100

Color Harmonies of #13BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BECB

Black with #13BECB

Text Example


Text Example

White with #13BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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