Html Css Color HEX #10BEE0 Iris Blue

📋 copy color: '#10BEE0'

red 16 ◦ green 190 ◦ blue 224

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

Shades of Iris Blue #10BEE0

Tints of Iris Blue #10BEE0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.19%

 BLUE value IS 224 (87.89% from 255) = 52.09%

R = 3.72%
G = 44.19%
B = 52.09%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#10BEE0 (or 0x10BEE0) is known color: Iris Blue. HEX triplet: 10, BE and E0. RGB value is (16,190,224). Sum of RGB (Red+Green+Blue) = 16+190+224=430 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.72% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #10BEE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BEE0 is #EF411F. Grayscale: #8D8D8D. Windows color (decimal): -15679776 or 14728720. OLE color: 14728720.

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

Color convert

RGB 16 190 224 -
CMYK 0.93 0.15 0 0.12
HSL 189.81º 0.87% 0.47% -
HSV(B) 189.81º 0.93% 0.88% -
XYZ 32.08 42.32 77 -
YUV 141.85 174.35 38.24 -
System Red Green Blue C M Y K H S L
Decimal 16 190 224 0.93 0.15 0 0.12 189.81 0.87 0.47
Hex 10 BE E0 5D F 0 C BE 57 2F
Octal 20 276 340 135 17 0 14 276 127 57
Binary 10000 10111110 11100000 1011101 1111 0 1100 10111110 1010111 101111

Color Harmonies of #10BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BEE0

Black with #10BEE0

Text Example


Text Example

White with #10BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,190,224); }

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

background-color css

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

 a { background-color: rgb(16,190,224); }

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

border-color css

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

 span { border-color: rgb(16,190,224); }

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