Html Css Color HEX #13BBDF Iris Blue

📋 copy color: '#13BBDF'

red 19 ◦ green 187 ◦ blue 223

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

Shades of Iris Blue #13BBDF

Tints of Iris Blue #13BBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.98%

R = 4.43%
G = 43.59%
B = 51.98%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13BBDF (or 0x13BBDF) is known color: Iris Blue. HEX triplet: 13, BB and DF. RGB value is (19,187,223). Sum of RGB (Red+Green+Blue) = 19+187+223=429 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.43% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #13BBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BBDF is #EC4420. Grayscale: #8C8C8C. Windows color (decimal): -15483937 or 14662419. OLE color: 14662419.

HSL color Cylindrical-coordinate representation of color #13BBDF: hue angle of 190.59º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13BBDF is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 187 223 -
CMYK 0.91 0.16 0 0.13
HSL 190.59º 0.84% 0.47% -
HSV(B) 190.59º 0.91% 0.87% -
XYZ 31.36 41.01 76.07 -
YUV 140.87 174.34 41.07 -
System Red Green Blue C M Y K H S L
Decimal 19 187 223 0.91 0.16 0 0.13 190.59 0.84 0.47
Hex 13 BB DF 5B 10 0 D BF 54 2F
Octal 23 273 337 133 20 0 15 277 124 57
Binary 10011 10111011 11011111 1011011 10000 0 1101 10111111 1010100 101111

Color Harmonies of #13BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BBDF

Black with #13BBDF

Text Example


Text Example

White with #13BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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