Html Css Color HEX #12AFE3 Iris Blue

📋 copy color: '#12AFE3'

red 18 ◦ green 175 ◦ blue 227

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

Shades of Iris Blue #12AFE3

Tints of Iris Blue #12AFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 54.05%

R = 4.29%
G = 41.67%
B = 54.05%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#12AFE3 (or 0x12AFE3) is known color: Iris Blue. HEX triplet: 12, AF and E3. RGB value is (18,175,227). Sum of RGB (Red+Green+Blue) = 18+175+227=420 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.29% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 227 (89.06% from 255 or 54.05% from 420); Max value from RGB is 227 - color contains mainly: blue. Hex color #12AFE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AFE3 is #ED501C. Grayscale: #858585. Windows color (decimal): -15552541 or 14921490. OLE color: 14921490.

HSL color Cylindrical-coordinate representation of color #12AFE3: hue angle of 194.93º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12AFE3 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 18 175 227 -
CMYK 0.92 0.23 0 0.11
HSL 194.93º 0.85% 0.48% -
HSV(B) 194.93º 0.92% 0.89% -
XYZ 29.44 36.33 78.13 -
YUV 133.99 180.49 45.27 -
System Red Green Blue C M Y K H S L
Decimal 18 175 227 0.92 0.23 0 0.11 194.93 0.85 0.48
Hex 12 AF E3 5C 17 0 B C3 55 30
Octal 22 257 343 134 27 0 13 303 125 60
Binary 10010 10101111 11100011 1011100 10111 0 1011 11000011 1010101 110000

Color Harmonies of #12AFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AFE3

Black with #12AFE3

Text Example


Text Example

White with #12AFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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