Html Css Color HEX #10BDDC Iris Blue

📋 copy color: '#10BDDC'

red 16 ◦ green 189 ◦ blue 220

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

Shades of Iris Blue #10BDDC

Tints of Iris Blue #10BDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.76%

R = 3.76%
G = 44.47%
B = 51.76%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10BDDC (or 0x10BDDC) is known color: Iris Blue. HEX triplet: 10, BD and DC. RGB value is (16,189,220). Sum of RGB (Red+Green+Blue) = 16+189+220=425 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #10BDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDDC is #EF4223. Grayscale: #8C8C8C. Windows color (decimal): -15680036 or 14466320. OLE color: 14466320.

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

Color convert

RGB 16 189 220 -
CMYK 0.93 0.14 0 0.14
HSL 189.12º 0.86% 0.46% -
HSV(B) 189.12º 0.93% 0.86% -
XYZ 31.33 41.67 74.1 -
YUV 140.81 172.69 38.98 -
System Red Green Blue C M Y K H S L
Decimal 16 189 220 0.93 0.14 0 0.14 189.12 0.86 0.46
Hex 10 BD DC 5D E 0 E BD 56 2E
Octal 20 275 334 135 16 0 16 275 126 56
Binary 10000 10111101 11011100 1011101 1110 0 1110 10111101 1010110 101110

Color Harmonies of #10BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BDDC

Black with #10BDDC

Text Example


Text Example

White with #10BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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