Html Css Color HEX #10B8DF Iris Blue

📋 copy color: '#10B8DF'

red 16 ◦ green 184 ◦ blue 223

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

Shades of Iris Blue #10B8DF

Tints of Iris Blue #10B8DF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.5%

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

R = 3.78%
G = 43.5%
B = 52.72%

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

#10B8DF (or 0x10B8DF) is known color: Iris Blue. HEX triplet: 10, B8 and DF. RGB value is (16,184,223). Sum of RGB (Red+Green+Blue) = 16+184+223=423 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.78% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #10B8DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B8DF is #EF4720. Grayscale: #898989. Windows color (decimal): -15681313 or 14661648. OLE color: 14661648.

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

Color convert

RGB 16 184 223 -
CMYK 0.93 0.17 0 0.13
HSL 191.3º 0.87% 0.47% -
HSV(B) 191.3º 0.93% 0.87% -
XYZ 30.67 39.72 75.86 -
YUV 138.21 175.84 40.83 -
System Red Green Blue C M Y K H S L
Decimal 16 184 223 0.93 0.17 0 0.13 191.3 0.87 0.47
Hex 10 B8 DF 5D 11 0 D BF 57 2F
Octal 20 270 337 135 21 0 15 277 127 57
Binary 10000 10111000 11011111 1011101 10001 0 1101 10111111 1010111 101111

Color Harmonies of #10B8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B8DF

Black with #10B8DF

Text Example


Text Example

White with #10B8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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