Html Css Color HEX #10B9DF Iris Blue

📋 copy color: '#10B9DF'

red 16 ◦ green 185 ◦ blue 223

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

Shades of Iris Blue #10B9DF

Tints of Iris Blue #10B9DF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.63%

 BLUE value IS 223 (87.5% from 255) = 52.59%

R = 3.77%
G = 43.63%
B = 52.59%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#10B9DF (or 0x10B9DF) is known color: Iris Blue. HEX triplet: 10, B9 and DF. RGB value is (16,185,223). Sum of RGB (Red+Green+Blue) = 16+185+223=424 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.77% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #10B9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B9DF is #EF4620. Grayscale: #8A8A8A. Windows color (decimal): -15681057 or 14661904. OLE color: 14661904.

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

Color convert

RGB 16 185 223 -
CMYK 0.93 0.17 0 0.13
HSL 191.01º 0.87% 0.47% -
HSV(B) 191.01º 0.93% 0.87% -
XYZ 30.88 40.14 75.93 -
YUV 138.8 175.51 40.41 -
System Red Green Blue C M Y K H S L
Decimal 16 185 223 0.93 0.17 0 0.13 191.01 0.87 0.47
Hex 10 B9 DF 5D 11 0 D BF 57 2F
Octal 20 271 337 135 21 0 15 277 127 57
Binary 10000 10111001 11011111 1011101 10001 0 1101 10111111 1010111 101111

Color Harmonies of #10B9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B9DF

Black with #10B9DF

Text Example


Text Example

White with #10B9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,185,223); }

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

background-color css

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

 a { background-color: rgb(16,185,223); }

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

border-color css

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

 span { border-color: rgb(16,185,223); }

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