Html Css Color HEX #10BAE1 Iris Blue

📋 copy color: '#10BAE1'

red 16 ◦ green 186 ◦ blue 225

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

Shades of Iris Blue #10BAE1

Tints of Iris Blue #10BAE1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.56%

 BLUE value IS 225 (88.28% from 255) = 52.69%

R = 3.75%
G = 43.56%
B = 52.69%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#10BAE1 (or 0x10BAE1) is known color: Iris Blue. HEX triplet: 10, BA and E1. RGB value is (16,186,225). Sum of RGB (Red+Green+Blue) = 16+186+225=427 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.75% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #10BAE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BAE1 is #EF451E. Grayscale: #8B8B8B. Windows color (decimal): -15680799 or 14793232. OLE color: 14793232.

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

Color convert

RGB 16 186 225 -
CMYK 0.93 0.17 0 0.12
HSL 191.2º 0.87% 0.47% -
HSV(B) 191.2º 0.93% 0.88% -
XYZ 31.36 40.66 77.43 -
YUV 139.62 176.18 39.83 -
System Red Green Blue C M Y K H S L
Decimal 16 186 225 0.93 0.17 0 0.12 191.2 0.87 0.47
Hex 10 BA E1 5D 11 0 C BF 57 2F
Octal 20 272 341 135 21 0 14 277 127 57
Binary 10000 10111010 11100001 1011101 10001 0 1100 10111111 1010111 101111

Color Harmonies of #10BAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BAE1

Black with #10BAE1

Text Example


Text Example

White with #10BAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,186,225); }

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

background-color css

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

 a { background-color: rgb(16,186,225); }

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

border-color css

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

 span { border-color: rgb(16,186,225); }

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