Html Css Color HEX #12B0DF Iris Blue

📋 copy color: '#12B0DF'

red 18 ◦ green 176 ◦ blue 223

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

Shades of Iris Blue #12B0DF

Tints of Iris Blue #12B0DF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.21%

 BLUE value IS 223 (87.5% from 255) = 53.48%

R = 4.32%
G = 42.21%
B = 53.48%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#12B0DF (or 0x12B0DF) is known color: Iris Blue. HEX triplet: 12, B0 and DF. RGB value is (18,176,223). Sum of RGB (Red+Green+Blue) = 18+176+223=417 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.32% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #12B0DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B0DF is #ED4F20. Grayscale: #858585. Windows color (decimal): -15552289 or 14659602. OLE color: 14659602.

HSL color Cylindrical-coordinate representation of color #12B0DF: hue angle of 193.76º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12B0DF is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 176 223 -
CMYK 0.92 0.21 0 0.13
HSL 193.76º 0.85% 0.47% -
HSV(B) 193.76º 0.92% 0.87% -
XYZ 29.09 36.51 75.33 -
YUV 134.12 178.15 45.18 -
System Red Green Blue C M Y K H S L
Decimal 18 176 223 0.92 0.21 0 0.13 193.76 0.85 0.47
Hex 12 B0 DF 5C 15 0 D C2 55 2F
Octal 22 260 337 134 25 0 15 302 125 57
Binary 10010 10110000 11011111 1011100 10101 0 1101 11000010 1010101 101111

Color Harmonies of #12B0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B0DF

Black with #12B0DF

Text Example


Text Example

White with #12B0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,176,223); }

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

background-color css

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

 a { background-color: rgb(18,176,223); }

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

border-color css

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

 span { border-color: rgb(18,176,223); }

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