Html Css Color HEX #0FBADB Iris Blue

📋 copy color: '#0FBADB'

red 15 ◦ green 186 ◦ blue 219

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

Shades of Iris Blue #0FBADB

Tints of Iris Blue #0FBADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.29%

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

R = 3.57%
G = 44.29%
B = 52.14%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0FBADB (or 0x0FBADB) is known color: Iris Blue. HEX triplet: 0F, BA and DB. RGB value is (15,186,219). Sum of RGB (Red+Green+Blue) = 15+186+219=420 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.57% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #0FBADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBADB is #F04524. Grayscale: #8A8A8A. Windows color (decimal): -15746341 or 14400015. OLE color: 14400015.

HSL color Cylindrical-coordinate representation of color #0FBADB: hue angle of 189.71º 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 #0FBADB is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 186 219 -
CMYK 0.93 0.15 0 0.14
HSL 189.71º 0.87% 0.46% -
HSV(B) 189.71º 0.93% 0.86% -
XYZ 30.54 40.33 73.19 -
YUV 138.63 173.35 39.82 -
System Red Green Blue C M Y K H S L
Decimal 15 186 219 0.93 0.15 0 0.14 189.71 0.87 0.46
Hex F BA DB 5D F 0 E BE 57 2E
Octal 17 272 333 135 17 0 16 276 127 56
Binary 1111 10111010 11011011 1011101 1111 0 1110 10111110 1010111 101110

Color Harmonies of #0FBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBADB

Black with #0FBADB

Text Example


Text Example

White with #0FBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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