Html Css Color HEX #12ACD0 Iris Blue

📋 copy color: '#12ACD0'

red 18 ◦ green 172 ◦ blue 208

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

Shades of Iris Blue #12ACD0

Tints of Iris Blue #12ACD0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.22%

 BLUE value IS 208 (81.64% from 255) = 52.26%

R = 4.52%
G = 43.22%
B = 52.26%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#12ACD0 (or 0x12ACD0) is known color: Iris Blue. HEX triplet: 12, AC and D0. RGB value is (18,172,208). Sum of RGB (Red+Green+Blue) = 18+172+208=398 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.52% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #12ACD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACD0 is #ED532F. Grayscale: #818181. Windows color (decimal): -15553328 or 13675538. OLE color: 13675538.

HSL color Cylindrical-coordinate representation of color #12ACD0: hue angle of 191.37º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12ACD0 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 172 208 -
CMYK 0.91 0.17 0 0.18
HSL 191.37º 0.84% 0.44% -
HSV(B) 191.37º 0.91% 0.82% -
XYZ 26.39 34.19 64.88 -
YUV 130.06 171.98 48.07 -
System Red Green Blue C M Y K H S L
Decimal 18 172 208 0.91 0.17 0 0.18 191.37 0.84 0.44
Hex 12 AC D0 5B 11 0 12 BF 54 2C
Octal 22 254 320 133 21 0 22 277 124 54
Binary 10010 10101100 11010000 1011011 10001 0 10010 10111111 1010100 101100

Color Harmonies of #12ACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ACD0

Black with #12ACD0

Text Example


Text Example

White with #12ACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,172,208); }

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

background-color css

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

 a { background-color: rgb(18,172,208); }

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

border-color css

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

 span { border-color: rgb(18,172,208); }

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