Html Css Color HEX #12BFDC Iris Blue

📋 copy color: '#12BFDC'

red 18 ◦ green 191 ◦ blue 220

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

Shades of Iris Blue #12BFDC

Tints of Iris Blue #12BFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 44.52%

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 4.2%
G = 44.52%
B = 51.28%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#12BFDC (or 0x12BFDC) is known color: Iris Blue. HEX triplet: 12, BF and DC. RGB value is (18,191,220). Sum of RGB (Red+Green+Blue) = 18+191+220=429 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.20% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #12BFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFDC is #ED4023. Grayscale: #8E8E8E. Windows color (decimal): -15548452 or 14466834. OLE color: 14466834.

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

Color convert

RGB 18 191 220 -
CMYK 0.92 0.13 0 0.14
HSL 188.61º 0.85% 0.47% -
HSV(B) 188.61º 0.92% 0.86% -
XYZ 31.8 42.56 74.25 -
YUV 142.58 171.69 39.14 -
System Red Green Blue C M Y K H S L
Decimal 18 191 220 0.92 0.13 0 0.14 188.61 0.85 0.47
Hex 12 BF DC 5C D 0 E BD 55 2F
Octal 22 277 334 134 15 0 16 275 125 57
Binary 10010 10111111 11011100 1011100 1101 0 1110 10111101 1010101 101111

Color Harmonies of #12BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BFDC

Black with #12BFDC

Text Example


Text Example

White with #12BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,191,220); }

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

background-color css

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

 a { background-color: rgb(18,191,220); }

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

border-color css

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

 span { border-color: rgb(18,191,220); }

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