Html Css Color HEX #10BEDA Iris Blue

📋 copy color: '#10BEDA'

red 16 ◦ green 190 ◦ blue 218

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

Shades of Iris Blue #10BEDA

Tints of Iris Blue #10BEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.42%

R = 3.77%
G = 44.81%
B = 51.42%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#10BEDA (or 0x10BEDA) is known color: Iris Blue. HEX triplet: 10, BE and DA. RGB value is (16,190,218). Sum of RGB (Red+Green+Blue) = 16+190+218=424 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.77% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #10BEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BEDA is #EF4125. Grayscale: #8C8C8C. Windows color (decimal): -15679782 or 14335504. OLE color: 14335504.

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

Color convert

RGB 16 190 218 -
CMYK 0.93 0.13 0 0.15
HSL 188.32º 0.86% 0.46% -
HSV(B) 188.32º 0.93% 0.85% -
XYZ 31.28 42 72.79 -
YUV 141.17 171.35 38.72 -
System Red Green Blue C M Y K H S L
Decimal 16 190 218 0.93 0.13 0 0.15 188.32 0.86 0.46
Hex 10 BE DA 5D D 0 F BC 56 2E
Octal 20 276 332 135 15 0 17 274 126 56
Binary 10000 10111110 11011010 1011101 1101 0 1111 10111100 1010110 101110

Color Harmonies of #10BEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BEDA

Black with #10BEDA

Text Example


Text Example

White with #10BEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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