Html Css Color HEX #12BDCB Iris Blue

📋 copy color: '#12BDCB'

red 18 ◦ green 189 ◦ blue 203

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

Shades of Iris Blue #12BDCB

Tints of Iris Blue #12BDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 4.39%
G = 46.1%
B = 49.51%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#12BDCB (or 0x12BDCB) is known color: Iris Blue. HEX triplet: 12, BD and CB. RGB value is (18,189,203). Sum of RGB (Red+Green+Blue) = 18+189+203=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #12BDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BDCB is #ED4234. Grayscale: #8B8B8B. Windows color (decimal): -15548981 or 13352210. OLE color: 13352210.

HSL color Cylindrical-coordinate representation of color #12BDCB: hue angle of 184.54º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BDCB is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 189 203 -
CMYK 0.91 0.07 0 0.20
HSL 184.54º 0.84% 0.43% -
HSV(B) 184.54º 0.91% 0.8% -
XYZ 29.23 40.84 62.84 -
YUV 139.47 163.85 41.36 -
System Red Green Blue C M Y K H S L
Decimal 18 189 203 0.91 0.07 0 0.20 184.54 0.84 0.43
Hex 12 BD CB 5B 7 0 14 B9 54 2B
Octal 22 275 313 133 7 0 24 271 124 53
Binary 10010 10111101 11001011 1011011 111 0 10100 10111001 1010100 101011

Color Harmonies of #12BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BDCB

Black with #12BDCB

Text Example


Text Example

White with #12BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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