Html Css Color HEX #12BDC8 Iris Blue

📋 copy color: '#12BDC8'

red 18 ◦ green 189 ◦ blue 200

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

Shades of Iris Blue #12BDC8

Tints of Iris Blue #12BDC8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.44%

 BLUE value IS 200 (78.52% from 255) = 49.14%

R = 4.42%
G = 46.44%
B = 49.14%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#12BDC8 (or 0x12BDC8) is known color: Iris Blue. HEX triplet: 12, BD and C8. RGB value is (18,189,200). Sum of RGB (Red+Green+Blue) = 18+189+200=407 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.42% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #12BDC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BDC8 is #ED4237. Grayscale: #8A8A8A. Windows color (decimal): -15548984 or 13155602. OLE color: 13155602.

HSL color Cylindrical-coordinate representation of color #12BDC8: hue angle of 183.63º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BDC8 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 189 200 -
CMYK 0.91 0.06 0 0.22
HSL 183.63º 0.83% 0.43% -
HSV(B) 183.63º 0.91% 0.78% -
XYZ 28.87 40.69 60.98 -
YUV 139.13 162.35 41.61 -
System Red Green Blue C M Y K H S L
Decimal 18 189 200 0.91 0.06 0 0.22 183.63 0.83 0.43
Hex 12 BD C8 5B 6 0 16 B8 53 2B
Octal 22 275 310 133 6 0 26 270 123 53
Binary 10010 10111101 11001000 1011011 110 0 10110 10111000 1010011 101011

Color Harmonies of #12BDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BDC8

Black with #12BDC8

Text Example


Text Example

White with #12BDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,189,200); }

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

background-color css

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

 a { background-color: rgb(18,189,200); }

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

border-color css

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

 span { border-color: rgb(18,189,200); }

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