Html Css Color HEX #10AECF Iris Blue

📋 copy color: '#10AECF'

red 16 ◦ green 174 ◦ blue 207

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

Shades of Iris Blue #10AECF

Tints of Iris Blue #10AECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.83%

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 4.03%
G = 43.83%
B = 52.14%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#10AECF (or 0x10AECF) is known color: Iris Blue. HEX triplet: 10, AE and CF. RGB value is (16,174,207). Sum of RGB (Red+Green+Blue) = 16+174+207=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #10AECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AECF is #EF5130. Grayscale: #828282. Windows color (decimal): -15683889 or 13610512. OLE color: 13610512.

HSL color Cylindrical-coordinate representation of color #10AECF: hue angle of 190.37º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AECF is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 174 207 -
CMYK 0.92 0.16 0 0.19
HSL 190.37º 0.86% 0.44% -
HSV(B) 190.37º 0.92% 0.81% -
XYZ 26.61 34.89 64.36 -
YUV 130.52 171.15 46.32 -
System Red Green Blue C M Y K H S L
Decimal 16 174 207 0.92 0.16 0 0.19 190.37 0.86 0.44
Hex 10 AE CF 5C 10 0 13 BE 56 2C
Octal 20 256 317 134 20 0 23 276 126 54
Binary 10000 10101110 11001111 1011100 10000 0 10011 10111110 1010110 101100

Color Harmonies of #10AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AECF

Black with #10AECF

Text Example


Text Example

White with #10AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,174,207); }

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

background-color css

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

 a { background-color: rgb(16,174,207); }

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

border-color css

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

 span { border-color: rgb(16,174,207); }

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