Html Css Color HEX #10BEDE Iris Blue

📋 copy color: '#10BEDE'

red 16 ◦ green 190 ◦ blue 222

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

Shades of Iris Blue #10BEDE

Tints of Iris Blue #10BEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.87%

R = 3.74%
G = 44.39%
B = 51.87%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#10BEDE (or 0x10BEDE) is known color: Iris Blue. HEX triplet: 10, BE and DE. RGB value is (16,190,222). Sum of RGB (Red+Green+Blue) = 16+190+222=428 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.74% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #10BEDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BEDE is #EF4121. Grayscale: #8D8D8D. Windows color (decimal): -15679778 or 14597648. OLE color: 14597648.

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

Color convert

RGB 16 190 222 -
CMYK 0.93 0.14 0 0.13
HSL 189.32º 0.87% 0.47% -
HSV(B) 189.32º 0.93% 0.87% -
XYZ 31.81 42.21 75.58 -
YUV 141.62 173.35 38.4 -
System Red Green Blue C M Y K H S L
Decimal 16 190 222 0.93 0.14 0 0.13 189.32 0.87 0.47
Hex 10 BE DE 5D E 0 D BD 57 2F
Octal 20 276 336 135 16 0 15 275 127 57
Binary 10000 10111110 11011110 1011101 1110 0 1101 10111101 1010111 101111

Color Harmonies of #10BEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BEDE

Black with #10BEDE

Text Example


Text Example

White with #10BEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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