Html Css Color HEX #0FBADE Iris Blue

📋 copy color: '#0FBADE'

red 15 ◦ green 186 ◦ blue 222

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

Shades of Iris Blue #0FBADE

Tints of Iris Blue #0FBADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.48%

R = 3.55%
G = 43.97%
B = 52.48%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0FBADE (or 0x0FBADE) is known color: Iris Blue. HEX triplet: 0F, BA and DE. RGB value is (15,186,222). Sum of RGB (Red+Green+Blue) = 15+186+222=423 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.55% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #0FBADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBADE is #F04521. Grayscale: #8A8A8A. Windows color (decimal): -15746338 or 14596623. OLE color: 14596623.

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

Color convert

RGB 15 186 222 -
CMYK 0.93 0.16 0 0.13
HSL 190.43º 0.87% 0.46% -
HSV(B) 190.43º 0.93% 0.87% -
XYZ 30.94 40.49 75.29 -
YUV 138.98 174.85 39.57 -
System Red Green Blue C M Y K H S L
Decimal 15 186 222 0.93 0.16 0 0.13 190.43 0.87 0.46
Hex F BA DE 5D 10 0 D BE 57 2E
Octal 17 272 336 135 20 0 15 276 127 56
Binary 1111 10111010 11011110 1011101 10000 0 1101 10111110 1010111 101110

Color Harmonies of #0FBADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBADE

Black with #0FBADE

Text Example


Text Example

White with #0FBADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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