Html Css Color HEX #12ADCB Iris Blue

📋 copy color: '#12ADCB'

red 18 ◦ green 173 ◦ blue 203

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

Shades of Iris Blue #12ADCB

Tints of Iris Blue #12ADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 4.57%
G = 43.91%
B = 51.52%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#12ADCB (or 0x12ADCB) is known color: Iris Blue. HEX triplet: 12, AD and CB. RGB value is (18,173,203). Sum of RGB (Red+Green+Blue) = 18+173+203=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #12ADCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADCB is #ED5234. Grayscale: #818181. Windows color (decimal): -15553077 or 13348114. OLE color: 13348114.

HSL color Cylindrical-coordinate representation of color #12ADCB: hue angle of 189.73º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12ADCB is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 173 203 -
CMYK 0.91 0.15 0 0.20
HSL 189.73º 0.84% 0.43% -
HSV(B) 189.73º 0.91% 0.8% -
XYZ 25.97 34.33 61.76 -
YUV 130.08 169.15 48.06 -
System Red Green Blue C M Y K H S L
Decimal 18 173 203 0.91 0.15 0 0.20 189.73 0.84 0.43
Hex 12 AD CB 5B F 0 14 BE 54 2B
Octal 22 255 313 133 17 0 24 276 124 53
Binary 10010 10101101 11001011 1011011 1111 0 10100 10111110 1010100 101011

Color Harmonies of #12ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ADCB

Black with #12ADCB

Text Example


Text Example

White with #12ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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