Html Css Color HEX #12B4DF Iris Blue

📋 copy color: '#12B4DF'

red 18 ◦ green 180 ◦ blue 223

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

Shades of Iris Blue #12B4DF

Tints of Iris Blue #12B4DF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.76%

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

R = 4.28%
G = 42.76%
B = 52.97%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#12B4DF (or 0x12B4DF) is known color: Iris Blue. HEX triplet: 12, B4 and DF. RGB value is (18,180,223). Sum of RGB (Red+Green+Blue) = 18+180+223=421 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.28% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #12B4DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B4DF is #ED4B20. Grayscale: #888888. Windows color (decimal): -15551265 or 14660626. OLE color: 14660626.

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

Color convert

RGB 18 180 223 -
CMYK 0.92 0.19 0 0.13
HSL 192.59º 0.85% 0.47% -
HSV(B) 192.59º 0.92% 0.87% -
XYZ 29.89 38.1 75.59 -
YUV 136.46 176.83 43.5 -
System Red Green Blue C M Y K H S L
Decimal 18 180 223 0.92 0.19 0 0.13 192.59 0.85 0.47
Hex 12 B4 DF 5C 13 0 D C1 55 2F
Octal 22 264 337 134 23 0 15 301 125 57
Binary 10010 10110100 11011111 1011100 10011 0 1101 11000001 1010101 101111

Color Harmonies of #12B4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B4DF

Black with #12B4DF

Text Example


Text Example

White with #12B4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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