Html Css Color HEX #10BDD6 Iris Blue

📋 copy color: '#10BDD6'

red 16 ◦ green 189 ◦ blue 214

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

Shades of Iris Blue #10BDD6

Tints of Iris Blue #10BDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.07%

R = 3.82%
G = 45.11%
B = 51.07%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#10BDD6 (or 0x10BDD6) is known color: Iris Blue. HEX triplet: 10, BD and D6. RGB value is (16,189,214). Sum of RGB (Red+Green+Blue) = 16+189+214=419 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.82% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 214 (83.98% from 255 or 51.07% from 419); Max value from RGB is 214 - color contains mainly: blue. Hex color #10BDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDD6 is #EF4229. Grayscale: #8B8B8B. Windows color (decimal): -15680042 or 14073104. OLE color: 14073104.

HSL color Cylindrical-coordinate representation of color #10BDD6: hue angle of 187.58º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BDD6 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 189 214 -
CMYK 0.93 0.12 0 0.16
HSL 187.58º 0.86% 0.45% -
HSV(B) 187.58º 0.93% 0.84% -
XYZ 30.55 41.36 69.99 -
YUV 140.12 169.69 39.47 -
System Red Green Blue C M Y K H S L
Decimal 16 189 214 0.93 0.12 0 0.16 187.58 0.86 0.45
Hex 10 BD D6 5D C 0 10 BC 56 2D
Octal 20 275 326 135 14 0 20 274 126 55
Binary 10000 10111101 11010110 1011101 1100 0 10000 10111100 1010110 101101

Color Harmonies of #10BDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BDD6

Black with #10BDD6

Text Example


Text Example

White with #10BDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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