Html Css Color HEX #12ADCE Iris Blue

📋 copy color: '#12ADCE'

red 18 ◦ green 173 ◦ blue 206

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

Shades of Iris Blue #12ADCE

Tints of Iris Blue #12ADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.58%

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 4.53%
G = 43.58%
B = 51.89%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12ADCE (or 0x12ADCE) is known color: Iris Blue. HEX triplet: 12, AD and CE. RGB value is (18,173,206). Sum of RGB (Red+Green+Blue) = 18+173+206=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #12ADCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADCE is #ED5231. Grayscale: #828282. Windows color (decimal): -15553074 or 13544722. OLE color: 13544722.

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

Color convert

RGB 18 173 206 -
CMYK 0.91 0.16 0 0.19
HSL 190.53º 0.84% 0.44% -
HSV(B) 190.53º 0.91% 0.81% -
XYZ 26.33 34.47 63.66 -
YUV 130.42 170.65 47.82 -
System Red Green Blue C M Y K H S L
Decimal 18 173 206 0.91 0.16 0 0.19 190.53 0.84 0.44
Hex 12 AD CE 5B 10 0 13 BF 54 2C
Octal 22 255 316 133 20 0 23 277 124 54
Binary 10010 10101101 11001110 1011011 10000 0 10011 10111111 1010100 101100

Color Harmonies of #12ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ADCE

Black with #12ADCE

Text Example


Text Example

White with #12ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,173,206); }

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

background-color css

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

 a { background-color: rgb(18,173,206); }

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

border-color css

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

 span { border-color: rgb(18,173,206); }

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