Html Css Color HEX #10BEDB Iris Blue

📋 copy color: '#10BEDB'

red 16 ◦ green 190 ◦ blue 219

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

Shades of Iris Blue #10BEDB

Tints of Iris Blue #10BEDB

RGB

 RED value IS 16 (6.64% from 255) = 3.76%

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

 BLUE value IS 219 (85.94% from 255) = 51.53%

R = 3.76%
G = 44.71%
B = 51.53%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10BEDB (or 0x10BEDB) is known color: Iris Blue. HEX triplet: 10, BE and DB. RGB value is (16,190,219). Sum of RGB (Red+Green+Blue) = 16+190+219=425 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #10BEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BEDB is #EF4124. Grayscale: #8C8C8C. Windows color (decimal): -15679781 or 14401040. OLE color: 14401040.

HSL color Cylindrical-coordinate representation of color #10BEDB: hue angle of 188.57º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BEDB is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 190 219 -
CMYK 0.93 0.13 0 0.14
HSL 188.57º 0.86% 0.46% -
HSV(B) 188.57º 0.93% 0.86% -
XYZ 31.41 42.05 73.48 -
YUV 141.28 171.85 38.64 -
System Red Green Blue C M Y K H S L
Decimal 16 190 219 0.93 0.13 0 0.14 188.57 0.86 0.46
Hex 10 BE DB 5D D 0 E BD 56 2E
Octal 20 276 333 135 15 0 16 275 126 56
Binary 10000 10111110 11011011 1011101 1101 0 1110 10111101 1010110 101110

Color Harmonies of #10BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BEDB

Black with #10BEDB

Text Example


Text Example

White with #10BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10BEDB; }

 p { color: rgb(16,190,219); }

 H1.HeaderClassName
 {
   color: #10BEDB;
 }
 .AnyTagClassName
 {
   color: #10BEDB;
 }
</style>

background-color css

<style>
 a { background-color: #10BEDB; }

 a { background-color: rgb(16,190,219); }

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

border-color css

<style>
 span { border-color: #10BEDB; }

 span { border-color: rgb(16,190,219); }

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