Html Css Color HEX #12BAD3 Iris Blue

📋 copy color: '#12BAD3'

red 18 ◦ green 186 ◦ blue 211

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

Shades of Iris Blue #12BAD3

Tints of Iris Blue #12BAD3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.82%

 BLUE value IS 211 (82.81% from 255) = 50.84%

R = 4.34%
G = 44.82%
B = 50.84%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#12BAD3 (or 0x12BAD3) is known color: Iris Blue. HEX triplet: 12, BA and D3. RGB value is (18,186,211). Sum of RGB (Red+Green+Blue) = 18+186+211=415 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.34% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 211 (82.81% from 255 or 50.84% from 415); Max value from RGB is 211 - color contains mainly: blue. Hex color #12BAD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BAD3 is #ED452C. Grayscale: #8A8A8A. Windows color (decimal): -15549741 or 13875730. OLE color: 13875730.

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

Color convert

RGB 18 186 211 -
CMYK 0.91 0.12 0 0.17
HSL 187.77º 0.84% 0.45% -
HSV(B) 187.77º 0.91% 0.83% -
XYZ 29.57 39.95 67.78 -
YUV 138.62 168.84 41.97 -
System Red Green Blue C M Y K H S L
Decimal 18 186 211 0.91 0.12 0 0.17 187.77 0.84 0.45
Hex 12 BA D3 5B C 0 11 BC 54 2D
Octal 22 272 323 133 14 0 21 274 124 55
Binary 10010 10111010 11010011 1011011 1100 0 10001 10111100 1010100 101101

Color Harmonies of #12BAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BAD3

Black with #12BAD3

Text Example


Text Example

White with #12BAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,186,211); }

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

background-color css

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

 a { background-color: rgb(18,186,211); }

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

border-color css

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

 span { border-color: rgb(18,186,211); }

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