Html Css Color HEX #10BDD2 Iris Blue

📋 copy color: '#10BDD2'

red 16 ◦ green 189 ◦ blue 210

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

Shades of Iris Blue #10BDD2

Tints of Iris Blue #10BDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50.6%

R = 3.86%
G = 45.54%
B = 50.6%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#10BDD2 (or 0x10BDD2) is known color: Iris Blue. HEX triplet: 10, BD and D2. RGB value is (16,189,210). Sum of RGB (Red+Green+Blue) = 16+189+210=415 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 210 (82.42% from 255 or 50.60% from 415); Max value from RGB is 210 - color contains mainly: blue. Hex color #10BDD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDD2 is #EF422D. Grayscale: #8B8B8B. Windows color (decimal): -15680046 or 13810960. OLE color: 13810960.

HSL color Cylindrical-coordinate representation of color #10BDD2: hue angle of 186.49º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BDD2 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 16 189 210 -
CMYK 0.92 0.10 0 0.18
HSL 186.49º 0.86% 0.44% -
HSV(B) 186.49º 0.92% 0.82% -
XYZ 30.04 41.16 67.33 -
YUV 139.67 167.69 39.79 -
System Red Green Blue C M Y K H S L
Decimal 16 189 210 0.92 0.10 0 0.18 186.49 0.86 0.44
Hex 10 BD D2 5C A 0 12 BA 56 2C
Octal 20 275 322 134 12 0 22 272 126 54
Binary 10000 10111101 11010010 1011100 1010 0 10010 10111010 1010110 101100

Color Harmonies of #10BDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BDD2

Black with #10BDD2

Text Example


Text Example

White with #10BDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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