Html Css Color HEX #10AFBD Iris Blue

📋 copy color: '#10AFBD'

red 16 ◦ green 175 ◦ blue 189

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

Shades of Iris Blue #10AFBD

Tints of Iris Blue #10AFBD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.05%

 BLUE value IS 189 (74.22% from 255) = 49.74%

R = 4.21%
G = 46.05%
B = 49.74%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#10AFBD (or 0x10AFBD) is known color: Iris Blue. HEX triplet: 10, AF and BD. RGB value is (16,175,189). Sum of RGB (Red+Green+Blue) = 16+175+189=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #10AFBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AFBD is #EF5042. Grayscale: #808080. Windows color (decimal): -15683651 or 12431120. OLE color: 12431120.

HSL color Cylindrical-coordinate representation of color #10AFBD: hue angle of 184.86º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AFBD is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 175 189 -
CMYK 0.92 0.07 0 0.26
HSL 184.86º 0.84% 0.4% -
HSV(B) 184.86º 0.92% 0.74% -
XYZ 24.73 34.44 53.49 -
YUV 129.06 161.82 47.36 -
System Red Green Blue C M Y K H S L
Decimal 16 175 189 0.92 0.07 0 0.26 184.86 0.84 0.4
Hex 10 AF BD 5C 7 0 1A B9 54 28
Octal 20 257 275 134 7 0 32 271 124 50
Binary 10000 10101111 10111101 1011100 111 0 11010 10111001 1010100 101000

Color Harmonies of #10AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AFBD

Black with #10AFBD

Text Example


Text Example

White with #10AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,175,189); }

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

background-color css

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

 a { background-color: rgb(16,175,189); }

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

border-color css

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

 span { border-color: rgb(16,175,189); }

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