Html Css Color HEX #10AFCD Iris Blue

📋 copy color: '#10AFCD'

red 16 ◦ green 175 ◦ blue 205

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

Shades of Iris Blue #10AFCD

Tints of Iris Blue #10AFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 4.04%
G = 44.19%
B = 51.77%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#10AFCD (or 0x10AFCD) is known color: Iris Blue. HEX triplet: 10, AF and CD. RGB value is (16,175,205). Sum of RGB (Red+Green+Blue) = 16+175+205=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #10AFCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AFCD is #EF5032. Grayscale: #828282. Windows color (decimal): -15683635 or 13479696. OLE color: 13479696.

HSL color Cylindrical-coordinate representation of color #10AFCD: hue angle of 189.52º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AFCD is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 175 205 -
CMYK 0.92 0.15 0 0.20
HSL 189.52º 0.86% 0.43% -
HSV(B) 189.52º 0.92% 0.8% -
XYZ 26.56 35.18 63.15 -
YUV 130.88 169.82 46.06 -
System Red Green Blue C M Y K H S L
Decimal 16 175 205 0.92 0.15 0 0.20 189.52 0.86 0.43
Hex 10 AF CD 5C F 0 14 BE 56 2B
Octal 20 257 315 134 17 0 24 276 126 53
Binary 10000 10101111 11001101 1011100 1111 0 10100 10111110 1010110 101011

Color Harmonies of #10AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AFCD

Black with #10AFCD

Text Example


Text Example

White with #10AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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