Html Css Color HEX #0FBEC0 Iris Blue

📋 copy color: '#0FBEC0'

red 15 ◦ green 190 ◦ blue 192

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

Shades of Iris Blue #0FBEC0

Tints of Iris Blue #0FBEC0

RGB

 RED value IS 15 (6.25% from 255) = 3.78%

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

 BLUE value IS 192 (75.39% from 255) = 48.36%

R = 3.78%
G = 47.86%
B = 48.36%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0FBEC0 (or 0x0FBEC0) is known color: Iris Blue. HEX triplet: 0F, BE and C0. RGB value is (15,190,192). Sum of RGB (Red+Green+Blue) = 15+190+192=397 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.78% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #0FBEC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBEC0 is #F0413F. Grayscale: #898989. Windows color (decimal): -15745344 or 12631567. OLE color: 12631567.

HSL color Cylindrical-coordinate representation of color #0FBEC0: hue angle of 180.68º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBEC0 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 190 192 -
CMYK 0.92 0.01 0 0.25
HSL 180.68º 0.86% 0.41% -
HSV(B) 180.68º 0.92% 0.75% -
XYZ 28.12 40.73 56.25 -
YUV 137.9 158.52 40.34 -
System Red Green Blue C M Y K H S L
Decimal 15 190 192 0.92 0.01 0 0.25 180.68 0.86 0.41
Hex F BE C0 5C 1 0 19 B5 56 29
Octal 17 276 300 134 1 0 31 265 126 51
Binary 1111 10111110 11000000 1011100 1 0 11001 10110101 1010110 101001

Color Harmonies of #0FBEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBEC0

Black with #0FBEC0

Text Example


Text Example

White with #0FBEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FBEC0; }

 p { color: rgb(15,190,192); }

 H1.HeaderClassName
 {
   color: #0FBEC0;
 }
 .AnyTagClassName
 {
   color: #0FBEC0;
 }
</style>

background-color css

<style>
 a { background-color: #0FBEC0; }

 a { background-color: rgb(15,190,192); }

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

border-color css

<style>
 span { border-color: #0FBEC0; }

 span { border-color: rgb(15,190,192); }

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