Html Css Color HEX #10BCDE Iris Blue

📋 copy color: '#10BCDE'

red 16 ◦ green 188 ◦ blue 222

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

Shades of Iris Blue #10BCDE

Tints of Iris Blue #10BCDE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.13%

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 3.76%
G = 44.13%
B = 52.11%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#10BCDE (or 0x10BCDE) is known color: Iris Blue. HEX triplet: 10, BC and DE. RGB value is (16,188,222). Sum of RGB (Red+Green+Blue) = 16+188+222=426 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #10BCDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCDE is #EF4321. Grayscale: #8C8C8C. Windows color (decimal): -15680290 or 14597136. OLE color: 14597136.

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

Color convert

RGB 16 188 222 -
CMYK 0.93 0.15 0 0.13
HSL 189.9º 0.87% 0.47% -
HSV(B) 189.9º 0.93% 0.87% -
XYZ 31.38 41.35 75.43 -
YUV 140.45 174.02 39.24 -
System Red Green Blue C M Y K H S L
Decimal 16 188 222 0.93 0.15 0 0.13 189.9 0.87 0.47
Hex 10 BC DE 5D F 0 D BE 57 2F
Octal 20 274 336 135 17 0 15 276 127 57
Binary 10000 10111100 11011110 1011101 1111 0 1101 10111110 1010111 101111

Color Harmonies of #10BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BCDE

Black with #10BCDE

Text Example


Text Example

White with #10BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,188,222); }

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

background-color css

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

 a { background-color: rgb(16,188,222); }

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

border-color css

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

 span { border-color: rgb(16,188,222); }

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