Html Css Color HEX #10BDDA Iris Blue

📋 copy color: '#10BDDA'

red 16 ◦ green 189 ◦ blue 218

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

Shades of Iris Blue #10BDDA

Tints of Iris Blue #10BDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.68%

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

R = 3.78%
G = 44.68%
B = 51.54%

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

#10BDDA (or 0x10BDDA) is known color: Iris Blue. HEX triplet: 10, BD and DA. RGB value is (16,189,218). Sum of RGB (Red+Green+Blue) = 16+189+218=423 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.78% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #10BDDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDDA is #EF4225. Grayscale: #8C8C8C. Windows color (decimal): -15680038 or 14335248. OLE color: 14335248.

HSL color Cylindrical-coordinate representation of color #10BDDA: hue angle of 188.61º 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 #10BDDA is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 189 218 -
CMYK 0.93 0.13 0 0.15
HSL 188.61º 0.86% 0.46% -
HSV(B) 188.61º 0.93% 0.85% -
XYZ 31.07 41.57 72.72 -
YUV 140.58 171.69 39.14 -
System Red Green Blue C M Y K H S L
Decimal 16 189 218 0.93 0.13 0 0.15 188.61 0.86 0.46
Hex 10 BD DA 5D D 0 F BD 56 2E
Octal 20 275 332 135 15 0 17 275 126 56
Binary 10000 10111101 11011010 1011101 1101 0 1111 10111101 1010110 101110

Color Harmonies of #10BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BDDA

Black with #10BDDA

Text Example


Text Example

White with #10BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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