Html Css Color HEX #0FBADF Iris Blue

📋 copy color: '#0FBADF'

red 15 ◦ green 186 ◦ blue 223

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

Shades of Iris Blue #0FBADF

Tints of Iris Blue #0FBADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.59%

R = 3.54%
G = 43.87%
B = 52.59%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0FBADF (or 0x0FBADF) is known color: Iris Blue. HEX triplet: 0F, BA and DF. RGB value is (15,186,223). Sum of RGB (Red+Green+Blue) = 15+186+223=424 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.54% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #0FBADF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBADF is #F04520. Grayscale: #8A8A8A. Windows color (decimal): -15746337 or 14662159. OLE color: 14662159.

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

Color convert

RGB 15 186 223 -
CMYK 0.93 0.17 0 0.13
HSL 190.67º 0.87% 0.47% -
HSV(B) 190.67º 0.93% 0.87% -
XYZ 31.08 40.55 76 -
YUV 139.09 175.35 39.49 -
System Red Green Blue C M Y K H S L
Decimal 15 186 223 0.93 0.17 0 0.13 190.67 0.87 0.47
Hex F BA DF 5D 11 0 D BF 57 2F
Octal 17 272 337 135 21 0 15 277 127 57
Binary 1111 10111010 11011111 1011101 10001 0 1101 10111111 1010111 101111

Color Harmonies of #0FBADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBADF

Black with #0FBADF

Text Example


Text Example

White with #0FBADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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