Html Css Color HEX #12BED2 Iris Blue

📋 copy color: '#12BED2'

red 18 ◦ green 190 ◦ blue 210

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

Shades of Iris Blue #12BED2

Tints of Iris Blue #12BED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50.24%

R = 4.31%
G = 45.45%
B = 50.24%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#12BED2 (or 0x12BED2) is known color: Iris Blue. HEX triplet: 12, BE and D2. RGB value is (18,190,210). Sum of RGB (Red+Green+Blue) = 18+190+210=418 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.31% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 210 (82.42% from 255 or 50.24% from 418); Max value from RGB is 210 - color contains mainly: blue. Hex color #12BED2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BED2 is #ED412D. Grayscale: #8C8C8C. Windows color (decimal): -15548718 or 13811218. OLE color: 13811218.

HSL color Cylindrical-coordinate representation of color #12BED2: hue angle of 186.25º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BED2 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 190 210 -
CMYK 0.91 0.10 0 0.18
HSL 186.25º 0.84% 0.45% -
HSV(B) 186.25º 0.91% 0.82% -
XYZ 30.3 41.61 67.41 -
YUV 140.85 167.02 40.37 -
System Red Green Blue C M Y K H S L
Decimal 18 190 210 0.91 0.10 0 0.18 186.25 0.84 0.45
Hex 12 BE D2 5B A 0 12 BA 54 2D
Octal 22 276 322 133 12 0 22 272 124 55
Binary 10010 10111110 11010010 1011011 1010 0 10010 10111010 1010100 101101

Color Harmonies of #12BED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BED2

Black with #12BED2

Text Example


Text Example

White with #12BED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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