Html Css Color HEX #12ADCF Iris Blue

📋 copy color: '#12ADCF'

red 18 ◦ green 173 ◦ blue 207

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

Shades of Iris Blue #12ADCF

Tints of Iris Blue #12ADCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.01%

R = 4.52%
G = 43.47%
B = 52.01%

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

#12ADCF (or 0x12ADCF) is known color: Iris Blue. HEX triplet: 12, AD and CF. RGB value is (18,173,207). Sum of RGB (Red+Green+Blue) = 18+173+207=398 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.52% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #12ADCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADCF is #ED5230. Grayscale: #828282. Windows color (decimal): -15553073 or 13610258. OLE color: 13610258.

HSL color Cylindrical-coordinate representation of color #12ADCF: hue angle of 190.79º 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 #12ADCF is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 173 207 -
CMYK 0.91 0.16 0 0.19
HSL 190.79º 0.84% 0.44% -
HSV(B) 190.79º 0.91% 0.81% -
XYZ 26.46 34.52 64.3 -
YUV 130.53 171.15 47.74 -
System Red Green Blue C M Y K H S L
Decimal 18 173 207 0.91 0.16 0 0.19 190.79 0.84 0.44
Hex 12 AD CF 5B 10 0 13 BF 54 2C
Octal 22 255 317 133 20 0 23 277 124 54
Binary 10010 10101101 11001111 1011011 10000 0 10011 10111111 1010100 101100

Color Harmonies of #12ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ADCF

Black with #12ADCF

Text Example


Text Example

White with #12ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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