Html Css Color HEX #12BEE0 Iris Blue

📋 copy color: '#12BEE0'

red 18 ◦ green 190 ◦ blue 224

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

Shades of Iris Blue #12BEE0

Tints of Iris Blue #12BEE0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.98%

 BLUE value IS 224 (87.89% from 255) = 51.85%

R = 4.17%
G = 43.98%
B = 51.85%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#12BEE0 (or 0x12BEE0) is known color: Iris Blue. HEX triplet: 12, BE and E0. RGB value is (18,190,224). Sum of RGB (Red+Green+Blue) = 18+190+224=432 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.17% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #12BEE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BEE0 is #ED411F. Grayscale: #8E8E8E. Windows color (decimal): -15548704 or 14728722. OLE color: 14728722.

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

Color convert

RGB 18 190 224 -
CMYK 0.92 0.15 0 0.12
HSL 189.9º 0.85% 0.47% -
HSV(B) 189.9º 0.92% 0.88% -
XYZ 32.12 42.34 77 -
YUV 142.45 174.02 39.24 -
System Red Green Blue C M Y K H S L
Decimal 18 190 224 0.92 0.15 0 0.12 189.9 0.85 0.47
Hex 12 BE E0 5C F 0 C BE 55 2F
Octal 22 276 340 134 17 0 14 276 125 57
Binary 10010 10111110 11100000 1011100 1111 0 1100 10111110 1010101 101111

Color Harmonies of #12BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BEE0

Black with #12BEE0

Text Example


Text Example

White with #12BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,190,224); }

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

background-color css

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

 a { background-color: rgb(18,190,224); }

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

border-color css

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

 span { border-color: rgb(18,190,224); }

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