Html Css Color HEX #12BECF Iris Blue

📋 copy color: '#12BECF'

red 18 ◦ green 190 ◦ blue 207

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

Shades of Iris Blue #12BECF

Tints of Iris Blue #12BECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 4.34%
G = 45.78%
B = 49.88%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12BECF (or 0x12BECF) is known color: Iris Blue. HEX triplet: 12, BE and CF. RGB value is (18,190,207). Sum of RGB (Red+Green+Blue) = 18+190+207=415 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.34% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #12BECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BECF is #ED4130. Grayscale: #8C8C8C. Windows color (decimal): -15548721 or 13614610. OLE color: 13614610.

HSL color Cylindrical-coordinate representation of color #12BECF: hue angle of 185.4º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BECF is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 190 207 -
CMYK 0.91 0.08 0 0.19
HSL 185.4º 0.84% 0.44% -
HSV(B) 185.4º 0.91% 0.81% -
XYZ 29.93 41.46 65.46 -
YUV 140.51 165.52 40.62 -
System Red Green Blue C M Y K H S L
Decimal 18 190 207 0.91 0.08 0 0.19 185.4 0.84 0.44
Hex 12 BE CF 5B 8 0 13 B9 54 2C
Octal 22 276 317 133 10 0 23 271 124 54
Binary 10010 10111110 11001111 1011011 1000 0 10011 10111001 1010100 101100

Color Harmonies of #12BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BECF

Black with #12BECF

Text Example


Text Example

White with #12BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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