Html Css Color HEX #12BFCB Iris Blue

📋 copy color: '#12BFCB'

red 18 ◦ green 191 ◦ blue 203

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

Shades of Iris Blue #12BFCB

Tints of Iris Blue #12BFCB

RGB

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

 GREEN value IS 191 (75% from 255) = 46.36%

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

R = 4.37%
G = 46.36%
B = 49.27%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#12BFCB (or 0x12BFCB) is known color: Iris Blue. HEX triplet: 12, BF and CB. RGB value is (18,191,203). Sum of RGB (Red+Green+Blue) = 18+191+203=412 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.37% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #12BFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFCB is #ED4034. Grayscale: #8C8C8C. Windows color (decimal): -15548469 or 13352722. OLE color: 13352722.

HSL color Cylindrical-coordinate representation of color #12BFCB: hue angle of 183.89º 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 #12BFCB is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 191 203 -
CMYK 0.91 0.06 0 0.20
HSL 183.89º 0.84% 0.43% -
HSV(B) 183.89º 0.91% 0.8% -
XYZ 29.66 41.7 62.99 -
YUV 140.64 163.19 40.52 -
System Red Green Blue C M Y K H S L
Decimal 18 191 203 0.91 0.06 0 0.20 183.89 0.84 0.43
Hex 12 BF CB 5B 6 0 14 B8 54 2B
Octal 22 277 313 133 6 0 24 270 124 53
Binary 10010 10111111 11001011 1011011 110 0 10100 10111000 1010100 101011

Color Harmonies of #12BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BFCB

Black with #12BFCB

Text Example


Text Example

White with #12BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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