Html Css Color HEX #12AFDE Iris Blue

📋 copy color: '#12AFDE'

red 18 ◦ green 175 ◦ blue 222

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

Shades of Iris Blue #12AFDE

Tints of Iris Blue #12AFDE

RGB

 RED value IS 18 (7.42% from 255) = 4.34%

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

 BLUE value IS 222 (87.11% from 255) = 53.49%

R = 4.34%
G = 42.17%
B = 53.49%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#12AFDE (or 0x12AFDE) is known color: Iris Blue. HEX triplet: 12, AF and DE. RGB value is (18,175,222). Sum of RGB (Red+Green+Blue) = 18+175+222=415 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.34% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #12AFDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AFDE is #ED5021. Grayscale: #858585. Windows color (decimal): -15552546 or 14593810. OLE color: 14593810.

HSL color Cylindrical-coordinate representation of color #12AFDE: hue angle of 193.82º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12AFDE is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 175 222 -
CMYK 0.92 0.21 0 0.13
HSL 193.82º 0.85% 0.47% -
HSV(B) 193.82º 0.92% 0.87% -
XYZ 28.76 36.06 74.55 -
YUV 133.42 177.99 45.68 -
System Red Green Blue C M Y K H S L
Decimal 18 175 222 0.92 0.21 0 0.13 193.82 0.85 0.47
Hex 12 AF DE 5C 15 0 D C2 55 2F
Octal 22 257 336 134 25 0 15 302 125 57
Binary 10010 10101111 11011110 1011100 10101 0 1101 11000010 1010101 101111

Color Harmonies of #12AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AFDE

Black with #12AFDE

Text Example


Text Example

White with #12AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12AFDE; }

 p { color: rgb(18,175,222); }

 H1.HeaderClassName
 {
   color: #12AFDE;
 }
 .AnyTagClassName
 {
   color: #12AFDE;
 }
</style>

background-color css

<style>
 a { background-color: #12AFDE; }

 a { background-color: rgb(18,175,222); }

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

border-color css

<style>
 span { border-color: #12AFDE; }

 span { border-color: rgb(18,175,222); }

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