Html Css Color HEX #0FBEDB Iris Blue

📋 copy color: '#0FBEDB'

red 15 ◦ green 190 ◦ blue 219

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

Shades of Iris Blue #0FBEDB

Tints of Iris Blue #0FBEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.65%

R = 3.54%
G = 44.81%
B = 51.65%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0FBEDB (or 0x0FBEDB) is known color: Iris Blue. HEX triplet: 0F, BE and DB. RGB value is (15,190,219). Sum of RGB (Red+Green+Blue) = 15+190+219=424 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.54% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #0FBEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBEDB is #F04124. Grayscale: #8C8C8C. Windows color (decimal): -15745317 or 14401039. OLE color: 14401039.

HSL color Cylindrical-coordinate representation of color #0FBEDB: hue angle of 188.53º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBEDB is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 190 219 -
CMYK 0.93 0.13 0 0.14
HSL 188.53º 0.87% 0.46% -
HSV(B) 188.53º 0.93% 0.86% -
XYZ 31.4 42.04 73.48 -
YUV 140.98 172.02 38.14 -
System Red Green Blue C M Y K H S L
Decimal 15 190 219 0.93 0.13 0 0.14 188.53 0.87 0.46
Hex F BE DB 5D D 0 E BD 57 2E
Octal 17 276 333 135 15 0 16 275 127 56
Binary 1111 10111110 11011011 1011101 1101 0 1110 10111101 1010111 101110

Color Harmonies of #0FBEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBEDB

Black with #0FBEDB

Text Example


Text Example

White with #0FBEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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